Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/include/asm/fpu/
H A Dxstate.h32 XFEATURE_MASK_PKRU | \
43 (XFEATURE_MASK_USER_SUPPORTED & ~XFEATURE_MASK_PKRU)
H A Dtypes.h141 #define XFEATURE_MASK_PKRU (1 << XFEATURE_PKRU) macro
/linux-6.15/tools/testing/selftests/kvm/x86/
H A Dstate_test.c205 GUEST_ASSERT(supported_xcr0 & XFEATURE_MASK_PKRU); in guest_code()
/linux-6.15/arch/x86/kernel/fpu/
H A Dxstate.h84 xstate_bv = (mask & xfeatures_in_use()) | XFEATURE_MASK_PKRU; in update_pkru_in_sigframe()
H A Dxstate.c338 XFEATURE_MASK_PKRU | \
1290 if (hdr.xfeatures & XFEATURE_MASK_PKRU) { in copy_uabi_to_xstate()
H A Dcore.c420 if (!(ustate->xsave.header.xfeatures & XFEATURE_MASK_PKRU)) in fpu_copy_uabi_to_guest_fpstate()
/linux-6.15/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h82 #define XFEATURE_MASK_PKRU BIT_ULL(9) macro
/linux-6.15/arch/x86/kvm/
H A Dx86.c222 | XFEATURE_MASK_PKRU | XFEATURE_MASK_XTILE)
1182 ((vcpu->arch.xcr0 & XFEATURE_MASK_PKRU) || in kvm_load_guest_xsave_state()
1194 ((vcpu->arch.xcr0 & XFEATURE_MASK_PKRU) || in kvm_load_host_xsave_state()