Searched refs:XRSTORS (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/fpu/ |
H A D | xstate.h | 16 * XRSTORS requires these bits set in xcomp_bv, or it will in xstate_init_xcomp_bv() 86 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f" macro 131 * Use XRSTORS to restore context if it is enabled. XRSTORS supports compact 136 XRSTORS, X86_FEATURE_XSAVES) \ 197 * Uses XRSTORS when XSAVES is used, XRSTOR otherwise. 319 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in os_xrstor_safe()
|
H A D | xstate.c | 320 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in os_xrstor_booting() 1355 * buffer should be zeroed otherwise a consecutive XRSTORS from that buffer 1377 * otherwise XRSTORS from that buffer can #GP. 1391 XSTATE_OP(XRSTORS, xstate, (u32)mask, (u32)(mask >> 32), err); in xrstors() 1437 * XRSTORS(S): fpu_swap_kvm_fpu() in xstate_op_valid()
|
/kernel/linux/linux-5.10/arch/x86/include/asm/fpu/ |
H A D | internal.h | 93 * XRSTORS requires these bits set in xcomp_bv, or it will in fpstate_init_xstate() 221 #define XRSTORS ".byte " REX_PREFIX "0x0f,0xc7,0x1f" macro 271 * Use XRSTORS to restore context if it is enabled. XRSTORS supports compact 276 XRSTORS, X86_FEATURE_XSAVES) \ 298 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in copy_kernel_to_xregs_booting() 398 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in copy_kernel_to_xregs_err()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/plugins/ |
H A D | plugin_kvm.c | 116 _ER(XRSTORS, 64)
|
/kernel/linux/linux-5.10/arch/x86/kernel/fpu/ |
H A D | xstate.c | 1415 XSTATE_OP(XRSTORS, xstate, lmask, hmask, err); in copy_kernel_to_dynamic_supervisor()
|
Completed in 7 milliseconds