Searched refs:X86_BUG_TAA (Results 1 – 6 of 6) sorted by relevance
552 #define X86_BUG_TAA X86_BUG(22) /* "taa" CPU is affected by TSX Async Abort(TAA) */ macro
196 auto Disables TSX if X86_BUG_TAA is present, otherwise enables TSX
1525 setup_force_cpu_bug(X86_BUG_TAA); in cpu_set_bug_bits()
513 !boot_cpu_has_bug(X86_BUG_TAA); in vmx_update_fb_clear_dis()
1682 } else if (!boot_cpu_has_bug(X86_BUG_TAA)) { in kvm_get_arch_capabilities()
7977 auto - Disable TSX if X86_BUG_TAA is present,