Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dmd_var.h46 extern int nmi_flush_l1d_sw;
/freebsd/sys/amd64/amd64/
H A Dtrap.c175 int nmi_flush_l1d_sw; variable
176 SYSCTL_INT(_machdep, OID_AUTO, nmi_flush_l1d_sw, CTLFLAG_RWTUN,
177 &nmi_flush_l1d_sw, 0,
H A Dexception.S952 cmpb $0, nmi_flush_l1d_sw(%rip)
/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c620 if (nmi_flush_l1d_sw == 1) in vmx_modcleanup()
621 nmi_flush_l1d_sw = 0; in vmx_modcleanup()
951 if (nmi_flush_l1d_sw <= 1) in vmx_modinit()
952 nmi_flush_l1d_sw = 1; in vmx_modinit()