Searched refs:hw_ibrs_disable (Results 1 – 4 of 4) sorted by relevance
854 int hw_ibrs_disable = 1; variable872 (hw_ibrs_disable != 0 ? MSR_OP_ANDNOT : MSR_OP_OR), in hw_ibrs_recalculate()874 hw_ibrs_active = hw_ibrs_disable == 0; in hw_ibrs_recalculate()878 CPUID_STDEXT3_IBPB) != 0 && !hw_ibrs_disable; in hw_ibrs_recalculate()887 val = hw_ibrs_disable; in hw_ibrs_disable_handler()891 hw_ibrs_disable = val != 0; in hw_ibrs_disable_handler()
42 extern int hw_ibrs_disable;
286 hw_ibrs_disable) in initializecpu()
1790 TUNABLE_INT_FETCH("hw.ibrs_disable", &hw_ibrs_disable); in hammer_time()1791 TUNABLE_INT_FETCH("machdep.mitigations.ibrs.disable", &hw_ibrs_disable); in hammer_time()