Searched refs:hw_ibrs_disable (Results 1 – 4 of 4) sorted by relevance
903 int hw_ibrs_disable = 1; variable921 (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()
44 extern int hw_ibrs_disable;
309 hw_ibrs_disable) in initializecpu()
1467 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()