Skip to main content

save_extended_pstate

Function save_extended_pstate 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn save_extended_pstate(state_addr: usize)
Expand description

Save the current extended architectural process state.

ยงSafety

  • state_addr must point to pointer to an an exclusively owned instance of ExtendedPstateState.