Home
last modified time | relevance | path

Searched refs:powerpc_pmc_intr (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h109 int powerpc_pmc_intr(struct trapframe *tf);
H A Dhwpmc_power8.c233 pmc_mdep->pmd_intr = powerpc_pmc_intr; in pmc_power8_initialize()
H A Dhwpmc_ppc970.c368 pmc_mdep->pmd_intr = powerpc_pmc_intr; in pmc_ppc970_initialize()
H A Dhwpmc_e500.c462 pmc_mdep->pmd_intr = powerpc_pmc_intr; in pmc_e500_initialize()
H A Dhwpmc_mpc7xxx.c458 pmc_mdep->pmd_intr = powerpc_pmc_intr; in pmc_mpc7xxx_initialize()
H A Dhwpmc_powerpc.c437 powerpc_pmc_intr(struct trapframe *tf) in powerpc_pmc_intr() function