Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dx86_smp.h45 extern u_int xhits_pg[];
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c870 xhits_pg[PCPU_GET(cpuid)]++; in invlpg_handler()
885 xhits_pg[PCPU_GET(cpuid)]++; in invlpg_invpcid_handler()
909 xhits_pg[PCPU_GET(cpuid)]++; in invlpg_pcid_handler()
/freebsd/sys/x86/x86/
H A Dmp_x86.c1201 u_int xhits_pg[MAXCPU]; variable
1207 SYSCTL_OPAQUE(_debug_xhits, OID_AUTO, page, CTLFLAG_RW, &xhits_pg,
1208 sizeof(xhits_pg), "IU", "");
/freebsd/sys/i386/i386/
H A Dmp_machdep.c681 xhits_pg[PCPU_GET(cpuid)]++; in invlpg_handler()