Home
last modified time | relevance | path

Searched refs:pmc_intr (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/mips/cavium/
H A Docteon_pmc.c113 if (pmc_intr) in octeon_pmc_intr()
114 (*pmc_intr)(tf); in octeon_pmc_intr()
/f-stack/freebsd/arm/arm/
H A Dpmu.c92 if (r != 0 && pmc_intr) { in pmu_intr()
94 (*pmc_intr)(tf); in pmu_intr()
/f-stack/freebsd/mips/atheros/
H A Dapb.c389 if (pmc_intr) in apb_filter()
390 (*pmc_intr)(tf); in apb_filter()
/f-stack/freebsd/kern/
H A Dkern_pmc.c75 int __read_mostly (*pmc_intr)(struct trapframe *tf) = NULL; variable
/f-stack/freebsd/sys/
H A Dpmckern.h181 extern int (*pmc_intr)(struct trapframe *_frame);
/f-stack/freebsd/i386/i386/
H A Dtrap.c245 if (pmc_intr != NULL && in trap()
246 (*pmc_intr)(frame) != 0) in trap()
/f-stack/freebsd/amd64/amd64/
H A Dtrap.c225 if (pmc_intr != NULL && in trap()
226 (*pmc_intr)(frame) != 0) in trap()