Skip to main content

restore_extended_pstate

Function restore_extended_pstate 

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

Restores the current extended architectural process state.

ยงSafety

  • state_addr must point to a pointer to an instance of ExtendedPstateState.