Searched refs:X86_CR4_UMIP (Results 1 – 9 of 9) sorted by relevance
53 cr4 |= X86_CR4_UMIP; in calc_supported_cr4_feature_bits()106 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_UMIP); in main()
118 #define X86_CR4_UMIP _BITUL(X86_CR4_UMIP_BIT) macro
527 __reserved_bits |= X86_CR4_UMIP; \
3377 (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_store_sreg()3481 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in emulate_store_desc_ptr()3544 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_smsw()
388 cr4_set_bits(X86_CR4_UMIP); in setup_umip()399 cr4_clear_bits(X86_CR4_UMIP); in setup_umip()404 X86_CR4_SMEP | X86_CR4_SMAP | X86_CR4_UMIP |
40 #define X86_CR4_UMIP (1ul << 11) macro
3460 if (cr4 & X86_CR4_UMIP) { in vmx_set_cr4()3462 hw_cr4 &= ~X86_CR4_UMIP; in vmx_set_cr4()5452 BUILD_BUG_ON(KVM_POSSIBLE_CR4_GUEST_BITS & X86_CR4_UMIP); in handle_desc()5454 WARN_ON_ONCE(!kvm_is_cr4_bit_set(vcpu, X86_CR4_UMIP)); in handle_desc()7698 cr4_fixed1_update(X86_CR4_UMIP, ecx, feature_bit(UMIP)); in nested_vmx_cr_fixed1_bits_update()
2346 if (vmx_umip_emulated() && (vmcs12->guest_cr4 & X86_CR4_UMIP)) in prepare_vmcs02_early()7043 msrs->cr4_fixed1 |= X86_CR4_UMIP; in nested_vmx_setup_cr_fixed()
128 | X86_CR4_SMAP | X86_CR4_PKE | X86_CR4_UMIP))