Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/x86/x86/
Dspectre.c782 TAA_MITIGATION_RTM_DISABLE enumerator
801 case TAA_MITIGATION_RTM_DISABLE: in mitigation_taa_apply_cpu()
869 taa_mitigation_method = TAA_MITIGATION_RTM_DISABLE; in taa_detect_method()
889 case TAA_MITIGATION_RTM_DISABLE: in taa_set_name()
919 case TAA_MITIGATION_RTM_DISABLE: in mitigation_taa_change()
1054 (taa_mitigation_method == TAA_MITIGATION_RTM_DISABLE) || in cpu_speculation_init()
1058 if (taa_mitigation_method == TAA_MITIGATION_RTM_DISABLE) { in cpu_speculation_init()