Skip to main content

Crate extended_pstate

Crate extended_pstate 

Source

Re-exports§

pub use x86_64::XSAVE_AREA_SIZE as X64_XSAVE_AREA_SIZE;
pub use x86_64::SUPPORTED_XSAVE_FEATURES as X64_SUPPORTED_XSAVE_FEATURES;

Modules§

x86_64

Structs§

ExtendedPstateState

Functions§

restore_extended_pstate
Restores the current extended architectural process state.
save_extended_pstate
Save the current extended architectural process state.

Unions§

ExtendedPstatePointer
Stores a pointer to the currently active extended pstate storage. The caller to the C entry points is responsible for ensuring that the active union member corresponds to the entry points being called.