Searched refs:X86_CR4_SMXE (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c59 cr4 |= X86_CR4_SMXE;
109 TEST_INVALID_CR_BIT(vcpu, cr4, sregs, X86_CR4_SMXE);
/linux-master/arch/x86/include/uapi/asm/
H A Dprocessor-flags.h124 #define X86_CR4_SMXE _BITUL(X86_CR4_SMXE_BIT) macro
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dprocessor.h53 #define X86_CR4_SMXE (1ul << 14) macro
/linux-master/arch/x86/kvm/vmx/
H A Dvmx.c7702 cr4_fixed1_update(X86_CR4_SMXE, ecx, feature_bit(SMX));

Completed in 131 milliseconds