Home
last modified time | relevance | path

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

/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c775 xhits_gbl[PCPU_GET(cpuid)]++; in invltlb_handler()
793 xhits_gbl[PCPU_GET(cpuid)]++; in invltlb_invpcid_handler()
812 xhits_gbl[PCPU_GET(cpuid)]++; in invltlb_invpcid_pti_handler()
841 xhits_gbl[PCPU_GET(cpuid)]++; in invltlb_pcid_handler()
/freebsd/sys/x86/include/
H A Dx86_smp.h44 extern u_int xhits_gbl[];
/freebsd/sys/x86/x86/
H A Dmp_x86.c1200 u_int xhits_gbl[MAXCPU]; variable
1205 SYSCTL_OPAQUE(_debug_xhits, OID_AUTO, global, CTLFLAG_RW, &xhits_gbl,
1206 sizeof(xhits_gbl), "IU", "");
/freebsd/sys/i386/i386/
H A Dmp_machdep.c658 xhits_gbl[PCPU_GET(cpuid)]++; in invltlb_handler()