Searched refs:XFEATURE_MASK_PKRU (Results 1 – 8 of 8) sorted by relevance
32 XFEATURE_MASK_PKRU | \43 (XFEATURE_MASK_USER_SUPPORTED & ~XFEATURE_MASK_PKRU)
141 #define XFEATURE_MASK_PKRU (1 << XFEATURE_PKRU) macro
205 GUEST_ASSERT(supported_xcr0 & XFEATURE_MASK_PKRU); in guest_code()
84 xstate_bv = (mask & xfeatures_in_use()) | XFEATURE_MASK_PKRU; in update_pkru_in_sigframe()
338 XFEATURE_MASK_PKRU | \1290 if (hdr.xfeatures & XFEATURE_MASK_PKRU) { in copy_uabi_to_xstate()
420 if (!(ustate->xsave.header.xfeatures & XFEATURE_MASK_PKRU)) in fpu_copy_uabi_to_guest_fpstate()
82 #define XFEATURE_MASK_PKRU BIT_ULL(9) macro
222 | 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()