Home
last modified time | relevance | path

Searched refs:XFEATURE_MASK_PKRU (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/include/asm/fpu/
A Dxstate.h36 XFEATURE_MASK_PKRU | \
47 (XFEATURE_MASK_USER_SUPPORTED & ~XFEATURE_MASK_PKRU)
A Dtypes.h141 #define XFEATURE_MASK_PKRU (1 << XFEATURE_PKRU) macro
/linux/tools/testing/selftests/kvm/x86_64/
A Dstate_test.c210 GUEST_ASSERT(supported_xcr0 & XFEATURE_MASK_PKRU); in guest_code()
/linux/arch/x86/kernel/fpu/
A Dxstate.c282 print_xstate_feature(XFEATURE_MASK_PKRU); in print_xstate_features()
349 XFEATURE_MASK_PKRU | \
1306 if (hdr.xfeatures & XFEATURE_MASK_PKRU) { in copy_uabi_to_xstate()
A Dcore.c413 if (!(ustate->xsave.header.xfeatures & XFEATURE_MASK_PKRU)) in fpu_copy_uabi_to_guest_fpstate()
/linux/tools/testing/selftests/kvm/include/x86_64/
A Dprocessor.h82 #define XFEATURE_MASK_PKRU BIT_ULL(9) macro
/linux/arch/x86/kvm/
A Dx86.c224 | XFEATURE_MASK_PKRU | XFEATURE_MASK_XTILE)
1220 ((vcpu->arch.xcr0 & XFEATURE_MASK_PKRU) || in kvm_load_guest_xsave_state()
1232 ((vcpu->arch.xcr0 & XFEATURE_MASK_PKRU) || in kvm_load_host_xsave_state()

Completed in 37 milliseconds