Searched refs:X86_FEATURE_BUS_LOCK_DETECT (Results 1 – 5 of 5) sorted by relevance
1075 !boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) in sld_state_setup()1230 if (!boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) in bus_lock_init()1325 if (!boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT) && in sld_state_show()1339 } else if (boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) { in sld_state_show()1346 } else if (boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) { in sld_state_show()1353 if (boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) in sld_state_show()
392 #define X86_FEATURE_BUS_LOCK_DETECT (16*32+24) /* Bus Lock detect */ macro
397 #define X86_FEATURE_BUS_LOCK_DETECT (16*32+24) /* Bus Lock detect */ macro
2144 if (boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT) && in vmx_get_supported_debugctl()2145 (host_initiated || guest_cpuid_has(vcpu, X86_FEATURE_BUS_LOCK_DETECT))) in vmx_get_supported_debugctl()
1368 if (!guest_cpuid_has(vcpu, X86_FEATURE_BUS_LOCK_DETECT)) in kvm_dr6_fixed()