Function core::arch::x86::_xsave [] [src]

pub unsafe fn _xsave(mem_addr: *mut u8, save_mask: u64)
🔬 This is a nightly-only experimental API. (stdsimd #48556)
This is supported on x86 and target feature xsave only.

Perform a full or partial save of the enabled processor states to memory at mem_addr.

State is saved based on bits [62:0] in save_mask and XCR0. mem_addr must be aligned on a 64-byte boundary.

The format of the XSAVE area is detailed in Section 13.4, “XSAVE Area,” of Intel® 64 and IA-32 Architectures Software Developer’s Manual, Volume 1.