Home
last modified time | relevance | path

Searched refs:X86_BUG_TAA (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dtsx.c64 if (boot_cpu_has_bug(X86_BUG_TAA)) in x86_get_tsx_auto_mode()
144 if (!boot_cpu_has_bug(X86_BUG_TAA) || in tsx_dev_mode_disable()
H A Dbugs.c308 if (!boot_cpu_has_bug(X86_BUG_TAA)) { in taa_select_mitigation()
365 if (!boot_cpu_has_bug(X86_BUG_TAA)) in tsx_async_abort_parse_cmdline()
419 if (boot_cpu_has_bug(X86_BUG_MDS) || (boot_cpu_has_bug(X86_BUG_TAA) && in mmio_select_mitigation()
552 boot_cpu_has_bug(X86_BUG_TAA)) { in md_clear_update_mitigation()
572 if (boot_cpu_has_bug(X86_BUG_TAA)) in md_clear_update_mitigation()
2953 case X86_BUG_TAA: in cpu_show_common()
3017 return cpu_show_common(dev, attr, buf, X86_BUG_TAA); in cpu_show_tsx_async_abort()
H A Dcommon.c1421 setup_force_cpu_bug(X86_BUG_TAA); in cpu_set_bug_bits()
/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h479 #define X86_BUG_TAA X86_BUG(22) /* CPU is affected by TSX Async Abort(TAA) */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h505 #define X86_BUG_TAA X86_BUG(22) /* CPU is affected by TSX Async Abort(TAA) */ macro
/openbmc/linux/Documentation/admin-guide/hw-vuln/
H A Dtsx_async_abort.rst203 auto Disables TSX if X86_BUG_TAA is present, otherwise enables TSX
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c405 !boot_cpu_has_bug(X86_BUG_TAA); in vmx_update_fb_clear_dis()
/openbmc/linux/arch/x86/kvm/
H A Dx86.c1668 } else if (!boot_cpu_has_bug(X86_BUG_TAA)) { in kvm_get_arch_capabilities()
/openbmc/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt6689 auto - Disable TSX if X86_BUG_TAA is present,