Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dcpu_machdep.c903 int hw_ibrs_disable = 1; variable
921 (hw_ibrs_disable != 0 ? MSR_OP_ANDNOT : MSR_OP_OR), in hw_ibrs_recalculate()
923 hw_ibrs_active = hw_ibrs_disable == 0; in hw_ibrs_recalculate()
927 CPUID_STDEXT3_IBPB) != 0 && !hw_ibrs_disable; in hw_ibrs_recalculate()
936 val = hw_ibrs_disable; in hw_ibrs_disable_handler()
940 hw_ibrs_disable = val != 0; in hw_ibrs_disable_handler()
/freebsd/sys/amd64/include/
H A Dmd_var.h44 extern int hw_ibrs_disable;
/freebsd/sys/amd64/amd64/
H A Dinitcpu.c309 hw_ibrs_disable) in initializecpu()
H A Dmachdep.c1467 TUNABLE_INT_FETCH("hw.ibrs_disable", &hw_ibrs_disable); in hammer_time()
1468 TUNABLE_INT_FETCH("machdep.mitigations.ibrs.disable", &hw_ibrs_disable); in hammer_time()