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

/freebsd-11-stable/sys/amd64/include/
H A Dmd_var.h42 extern int nmi_flush_l1d_sw;
/freebsd-11-stable/sys/amd64/amd64/
H A Dtrap.c169 int nmi_flush_l1d_sw; variable
170 SYSCTL_INT(_machdep, OID_AUTO, nmi_flush_l1d_sw, CTLFLAG_RWTUN,
171 &nmi_flush_l1d_sw, 0,
H A Dexception.S935 cmpb $0, nmi_flush_l1d_sw(%rip)
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c591 if (nmi_flush_l1d_sw == 1)
592 nmi_flush_l1d_sw = 0;
845 if (nmi_flush_l1d_sw <= 1)
846 nmi_flush_l1d_sw = 1;

Completed in 189 milliseconds