Searched refs:XFEATURE_MASK_PKRU (Results 1 – 7 of 7) sorted by relevance
32 XFEATURE_MASK_PKRU | \44 (XFEATURE_MASK_USER_SUPPORTED & ~XFEATURE_MASK_PKRU)
142 #define XFEATURE_MASK_PKRU (1 << XFEATURE_PKRU) macro
205 GUEST_ASSERT(supported_xcr0 & XFEATURE_MASK_PKRU); in guest_code()
372 XFEATURE_MASK_PKRU | \1368 if (hdr.xfeatures & XFEATURE_MASK_PKRU) { in copy_uabi_to_xstate()
464 if (!(ustate->xsave.header.xfeatures & XFEATURE_MASK_PKRU)) in fpu_copy_uabi_to_guest_fpstate()
84 #define XFEATURE_MASK_PKRU BIT_ULL(9) macro
223 | 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()