Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/include/asm/fpu/
Dxstate.h36 XFEATURE_MASK_PKRU | \
47 (XFEATURE_MASK_USER_SUPPORTED & ~XFEATURE_MASK_PKRU)
Dtypes.h139 #define XFEATURE_MASK_PKRU (1 << XFEATURE_PKRU) macro
/Linux-v6.6/tools/testing/selftests/kvm/x86_64/
Dstate_test.c211 GUEST_ASSERT(supported_xcr0 & XFEATURE_MASK_PKRU); in guest_code()
/Linux-v6.6/arch/x86/kernel/fpu/
Dxstate.c278 print_xstate_feature(XFEATURE_MASK_PKRU); in print_xstate_features()
345 XFEATURE_MASK_PKRU | \
1285 if (hdr.xfeatures & XFEATURE_MASK_PKRU) { in copy_uabi_to_xstate()
Dcore.c413 if (!(ustate->xsave.header.xfeatures & XFEATURE_MASK_PKRU)) in fpu_copy_uabi_to_guest_fpstate()
/Linux-v6.6/tools/testing/selftests/kvm/include/x86_64/
Dprocessor.h72 #define XFEATURE_MASK_PKRU BIT_ULL(9) macro
/Linux-v6.6/arch/x86/kvm/
Dx86.c227 | XFEATURE_MASK_PKRU | XFEATURE_MASK_XTILE)
1035 ((vcpu->arch.xcr0 & XFEATURE_MASK_PKRU) || in kvm_load_guest_xsave_state()
1047 ((vcpu->arch.xcr0 & XFEATURE_MASK_PKRU) || in kvm_load_host_xsave_state()