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/
H A Dxstate.h32 XFEATURE_MASK_PKRU | \
44 (XFEATURE_MASK_USER_SUPPORTED & ~XFEATURE_MASK_PKRU)
H A Dtypes.h142 #define XFEATURE_MASK_PKRU (1 << XFEATURE_PKRU) macro
/linux/tools/testing/selftests/kvm/x86/
H A Dstate_test.c205 GUEST_ASSERT(supported_xcr0 & XFEATURE_MASK_PKRU); in guest_code()
/linux/arch/x86/kernel/fpu/
H A Dxstate.c372 XFEATURE_MASK_PKRU | \
1368 if (hdr.xfeatures & XFEATURE_MASK_PKRU) { in copy_uabi_to_xstate()
H A Dcore.c464 if (!(ustate->xsave.header.xfeatures & XFEATURE_MASK_PKRU)) in fpu_copy_uabi_to_guest_fpstate()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h84 #define XFEATURE_MASK_PKRU BIT_ULL(9) macro
/linux/arch/x86/kvm/
H A Dx86.c223 | XFEATURE_MASK_PKRU | XFEATURE_MASK_XTILE)
1238 ((vcpu->arch.xcr0 & XFEATURE_MASK_PKRU) || in kvm_load_guest_pkru()
1249 ((vcpu->arch.xcr0 & XFEATURE_MASK_PKRU) || in kvm_load_host_pkru()