Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kvm/
Dvmx.c2896 u64 old, test_bits; in hardware_enable() local
2916 test_bits = FEATURE_CONTROL_LOCKED; in hardware_enable()
2917 test_bits |= FEATURE_CONTROL_VMXON_ENABLED_OUTSIDE_SMX; in hardware_enable()
2919 test_bits |= FEATURE_CONTROL_VMXON_ENABLED_INSIDE_SMX; in hardware_enable()
2921 if ((old & test_bits) != test_bits) { in hardware_enable()
2923 wrmsrl(MSR_IA32_FEATURE_CONTROL, old | test_bits); in hardware_enable()
/linux-4.1.27/Documentation/
Dedac.txt565 test_bits which in the current test driver does nothing but