Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dcpu_machdep.c1120 int hw_mds_disable; variable
1195 if (cpu_vendor_id != CPU_VENDOR_INTEL || hw_mds_disable == 0 || in hw_mds_recalculate()
1197 hw_mds_disable == 3)) { in hw_mds_recalculate()
1200 hw_mds_disable == 3) || hw_mds_disable == 1) { in hw_mds_recalculate()
1209 (hw_mds_disable == 2 || hw_mds_disable == 3)) { in hw_mds_recalculate()
1227 (hw_mds_disable == 2 || hw_mds_disable == 3)) { in hw_mds_recalculate()
1248 (hw_mds_disable == 2 || hw_mds_disable == 3)) { in hw_mds_recalculate()
1299 hw_mds_disable = 0; in hw_mds_recalculate()
1317 val = hw_mds_disable; in sysctl_mds_disable_handler()
1323 hw_mds_disable = val; in sysctl_mds_disable_handler()
[all …]
/freebsd/sys/x86/include/
H A Dx86_var.h91 extern int hw_mds_disable;
/freebsd/sys/amd64/amd64/
H A Dmachdep.c1473 TUNABLE_INT_FETCH("hw.mds_disable", &hw_mds_disable); in hammer_time()
1474 TUNABLE_INT_FETCH("machdep.mitigations.mds.disable", &hw_mds_disable); in hammer_time()