Home
last modified time | relevance | path

Searched refs:X86_FEATURE_BUS_LOCK_DETECT (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/arch/x86/kernel/cpu/
Dintel.c1083 !boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) in sld_state_setup()
1219 if (!boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) in bus_lock_init()
1329 if (!boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT) && in sld_state_show()
1343 } else if (boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) { in sld_state_show()
1350 } else if (boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) { in sld_state_show()
1357 if (boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) in sld_state_show()
/linux-5.19.10/arch/x86/kvm/vmx/
Dcapabilities.h411 if (boot_cpu_has(X86_FEATURE_BUS_LOCK_DETECT)) in vmx_supported_debugctl()
Dvmx.c2008 if (!guest_cpuid_has(vcpu, X86_FEATURE_BUS_LOCK_DETECT)) in vcpu_supported_debugctl()
/linux-5.19.10/tools/arch/x86/include/asm/
Dcpufeatures.h376 #define X86_FEATURE_BUS_LOCK_DETECT (16*32+24) /* Bus Lock detect */ macro
/linux-5.19.10/arch/x86/include/asm/
Dcpufeatures.h376 #define X86_FEATURE_BUS_LOCK_DETECT (16*32+24) /* Bus Lock detect */ macro
/linux-5.19.10/arch/x86/kvm/
Dx86.c1338 if (!guest_cpuid_has(vcpu, X86_FEATURE_BUS_LOCK_DETECT)) in kvm_dr6_fixed()