Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dx86_smp.h45 extern u_int xhits_pg[];
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c894 xhits_pg[PCPU_GET(cpuid)]++; in invlpg_handler()
909 xhits_pg[PCPU_GET(cpuid)]++; in invlpg_invpcid_handler()
934 xhits_pg[PCPU_GET(cpuid)]++; in invlpg_pcid_handler()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1151 u_int xhits_pg[MAXCPU]; variable
1157 SYSCTL_OPAQUE(_debug_xhits, OID_AUTO, page, CTLFLAG_RW, &xhits_pg,
1158 sizeof(xhits_pg), "IU", "");
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c631 xhits_pg[PCPU_GET(cpuid)]++; in invlpg_handler()