Home
last modified time | relevance | path

Searched refs:X86_CR4_UMIP (Results 1 – 8 of 8) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dset_sregs_test.c54 cr4 |= X86_CR4_UMIP; in calc_supported_cr4_feature_bits()
102 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_UMIP); in test_cr_bits()
/linux/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h118 #define X86_CR4_UMIP _BITUL(X86_CR4_UMIP_BIT) macro
/linux/arch/x86/kvm/
H A Dx86.h664 __reserved_bits |= X86_CR4_UMIP; \
H A Demulate.c3356 (ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_store_sreg()
3462 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in emulate_store_desc_ptr()
3526 if ((ctxt->ops->get_cr(ctxt, 4) & X86_CR4_UMIP) && in em_smsw()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h50 #define X86_CR4_UMIP (1ul << 11) macro
/linux/arch/x86/kvm/vmx/
H A Dvmx.c3447 if (cr4 & X86_CR4_UMIP) { in vmx_set_cr4()
3449 hw_cr4 &= ~X86_CR4_UMIP; in vmx_set_cr4()
5374 BUILD_BUG_ON(KVM_POSSIBLE_CR4_GUEST_BITS & X86_CR4_UMIP); in handle_desc()
5376 WARN_ON_ONCE(!kvm_is_cr4_bit_set(vcpu, X86_CR4_UMIP)); in handle_desc()
7642 cr4_fixed1_update(X86_CR4_UMIP, ecx, feature_bit(UMIP)); in nested_vmx_cr_fixed1_bits_update()
H A Dnested.c2450 if (vmx_umip_emulated() && (vmcs12->guest_cr4 & X86_CR4_UMIP)) in prepare_vmcs02_early()
7227 msrs->cr4_fixed1 |= X86_CR4_UMIP; in nested_vmx_setup_cr_fixed()
/linux/arch/x86/include/asm/
H A Dkvm_host.h144 | X86_CR4_SMAP | X86_CR4_PKE | X86_CR4_UMIP \