Home
last modified time | relevance | path

Searched refs:XSTATE_PKRU (Results 1 – 4 of 4) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Dxstate.h48 #define XSTATE_PKRU (1ULL << _XSTATE_PKRU) macro
58 XSTATE_PKRU)
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dxstate.c706 if ( is_pv_vcpu(curr) && (new_bv & XSTATE_PKRU) ) in handle_xsetbv()
A Dcpuid.c114 xstates |= XSTATE_PKRU; in recalculate_xstate()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dhvm.c2421 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