Home
last modified time | relevance | path

Searched refs:test_bits (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c2240 u64 old, test_bits; in hardware_enable() local
2270 test_bits = FEATURE_CONTROL_LOCKED; in hardware_enable()
2271 test_bits |= FEATURE_CONTROL_VMXON_ENABLED_OUTSIDE_SMX; in hardware_enable()
2273 test_bits |= FEATURE_CONTROL_VMXON_ENABLED_INSIDE_SMX; in hardware_enable()
2275 if ((old & test_bits) != test_bits) { in hardware_enable()
2277 wrmsrl(MSR_IA32_FEATURE_CONTROL, old | test_bits); in hardware_enable()
/Linux-v5.4/Documentation/admin-guide/
Dras.rst896 test_bits which in the current test driver does nothing but