Searched refs:test_bits (Results 1 – 3 of 3) sorted by relevance
555 MODULE_PARM_DESC(test_bits,557 module_param_named(test_bits, chash_test_bits, uint, 0444);
4409 u64 old, test_bits; in hardware_enable() local4439 test_bits = FEATURE_CONTROL_LOCKED; in hardware_enable()4440 test_bits |= FEATURE_CONTROL_VMXON_ENABLED_OUTSIDE_SMX; in hardware_enable()4442 test_bits |= FEATURE_CONTROL_VMXON_ENABLED_INSIDE_SMX; in hardware_enable()4444 if ((old & test_bits) != test_bits) { in hardware_enable()4446 wrmsrl(MSR_IA32_FEATURE_CONTROL, old | test_bits); in hardware_enable()
896 test_bits which in the current test driver does nothing but