Function core::arch::x86_64::_xrstor64 1.27.0[−][src]
pub unsafe fn _xrstor64(mem_addr: *const u8, rs_mask: u64)
This is supported on x86-64 and target feature
xsave
only.Expand description
使用 mem_addr
内存中存储的状态信息执行已启用处理器状态的全部或部分还原。
根据 rs_mask
,XCR0
和 mem_addr.HEADER.XSTATE_BV
中的 [62:0]
位恢复状态。
mem_addr
必须在 64 字节边界上对齐。