test_bits        2227 arch/x86/kvm/vmx/vmx.c 	u64 old, test_bits;
test_bits        2242 arch/x86/kvm/vmx/vmx.c 	test_bits = FEATURE_CONTROL_LOCKED;
test_bits        2243 arch/x86/kvm/vmx/vmx.c 	test_bits |= FEATURE_CONTROL_VMXON_ENABLED_OUTSIDE_SMX;
test_bits        2245 arch/x86/kvm/vmx/vmx.c 		test_bits |= FEATURE_CONTROL_VMXON_ENABLED_INSIDE_SMX;
test_bits        2247 arch/x86/kvm/vmx/vmx.c 	if ((old & test_bits) != test_bits) {
test_bits        2249 arch/x86/kvm/vmx/vmx.c 		wrmsrl(MSR_IA32_FEATURE_CONTROL, old | test_bits);