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§
Structs§
Functions§
- restore_
extended_ ⚠pstate - Restores the current extended architectural process state.
- save_
extended_ ⚠pstate - Save the current extended architectural process state.
Unions§
- Extended
Pstate Pointer - 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.