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

/freebsd-current/sys/amd64/include/
H A Dmd_var.h44 extern int hw_ibrs_disable;
/freebsd-current/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),
923 hw_ibrs_active = hw_ibrs_disable == 0;
927 CPUID_STDEXT3_IBPB) != 0 && !hw_ibrs_disable;
936 val = hw_ibrs_disable;
940 hw_ibrs_disable = val != 0;
/freebsd-current/sys/amd64/amd64/
H A Dinitcpu.c309 hw_ibrs_disable)
H A Dmachdep.c1467 TUNABLE_INT_FETCH("hw.ibrs_disable", &hw_ibrs_disable);
1468 TUNABLE_INT_FETCH("machdep.mitigations.ibrs.disable", &hw_ibrs_disable);

Completed in 77 milliseconds