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

/freebsd-current/sys/x86/x86/
H A Dcpu_machdep.c901 static int hw_ibrs_active; variable
905 SYSCTL_INT(_hw, OID_AUTO, ibrs_active, CTLFLAG_RD, &hw_ibrs_active, 0,
913 &hw_ibrs_active, 0, "Indirect Branch Restricted Speculation active");
923 hw_ibrs_active = hw_ibrs_disable == 0;
926 hw_ibrs_active = hw_ibrs_ibpb_active = (cpu_stdext_feature3 &

Completed in 51 milliseconds