Searched refs:XSTATE_PKRU (Results 1 – 4 of 4) sorted by relevance
48 #define XSTATE_PKRU (1ULL << _XSTATE_PKRU) macro58 XSTATE_PKRU)
706 if ( is_pv_vcpu(curr) && (new_bv & XSTATE_PKRU) ) in handle_xsetbv()
114 xstates |= XSTATE_PKRU; in recalculate_xstate()
2421 if ( (value & X86_CR4_PKE) && !(v->arch.xcr0_accum & XSTATE_PKRU) ) in hvm_set_cr4()2424 get_xcr0() | XSTATE_PKRU); in hvm_set_cr4()2433 get_xcr0() & ~XSTATE_PKRU) ) in hvm_set_cr4()
Completed in 21 milliseconds