Searched refs:X86_CR4_UMIP (Results 1 – 8 of 8) sorted by relevance
114 #define X86_CR4_UMIP _BITUL(X86_CR4_UMIP_BIT) macro
29 #define X86_CR4_UMIP (1ul << 11) macro
406 __reserved_bits |= X86_CR4_UMIP; \
3809 (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_store_sreg()3913 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in emulate_store_desc_ptr()3976 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_smsw()
339 cr4_set_bits(X86_CR4_UMIP); in setup_umip()350 cr4_clear_bits(X86_CR4_UMIP); in setup_umip()355 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP | X86_CR4_FSGSBASE;
103 | X86_CR4_SMAP | X86_CR4_PKE | X86_CR4_UMIP))
3231 if (cr4 & X86_CR4_UMIP) { in vmx_set_cr4()3233 hw_cr4 &= ~X86_CR4_UMIP; in vmx_set_cr4()5108 WARN_ON(!(vcpu->arch.cr4 & X86_CR4_UMIP)); in handle_desc()7271 cr4_fixed1_update(X86_CR4_UMIP, ecx, feature_bit(UMIP)); in nested_vmx_cr_fixed1_bits_update()
2328 (vmcs12->guest_cr4 & X86_CR4_UMIP)) in prepare_vmcs02_early()