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

/linux-master/arch/x86/include/asm/fpu/
H A Dxstate.h36 XFEATURE_MASK_PKRU | \
47 (XFEATURE_MASK_USER_SUPPORTED & ~XFEATURE_MASK_PKRU)
H A Dtypes.h141 #define XFEATURE_MASK_PKRU (1 << XFEATURE_PKRU) macro
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dstate_test.c211 GUEST_ASSERT(supported_xcr0 & XFEATURE_MASK_PKRU);
/linux-master/arch/x86/kernel/fpu/
H A Dxstate.c279 print_xstate_feature(XFEATURE_MASK_PKRU);
346 XFEATURE_MASK_PKRU | \
1286 if (hdr.xfeatures & XFEATURE_MASK_PKRU) {
H A Dcore.c413 if (!(ustate->xsave.header.xfeatures & XFEATURE_MASK_PKRU))
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h82 #define XFEATURE_MASK_PKRU BIT_ULL(9) macro
/linux-master/arch/x86/kvm/
H A Dx86.c227 | XFEATURE_MASK_PKRU | XFEATURE_MASK_XTILE)
1035 ((vcpu->arch.xcr0 & XFEATURE_MASK_PKRU) ||
1047 ((vcpu->arch.xcr0 & XFEATURE_MASK_PKRU) ||

Completed in 226 milliseconds