Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dx86_smp.h44 extern u_int xhits_gbl[];
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c798 xhits_gbl[PCPU_GET(cpuid)]++; in invltlb_handler()
816 xhits_gbl[PCPU_GET(cpuid)]++; in invltlb_invpcid_handler()
835 xhits_gbl[PCPU_GET(cpuid)]++; in invltlb_invpcid_pti_handler()
865 xhits_gbl[PCPU_GET(cpuid)]++; in invltlb_pcid_handler()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1150 u_int xhits_gbl[MAXCPU]; variable
1155 SYSCTL_OPAQUE(_debug_xhits, OID_AUTO, global, CTLFLAG_RW, &xhits_gbl,
1156 sizeof(xhits_gbl), "IU", "");
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c609 xhits_gbl[PCPU_GET(cpuid)]++; in invltlb_handler()