Home
last modified time | relevance | path

Searched refs:pmc_process_interrupt (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/sys/dev/hwpmc/
H A Dhwpmc_core.c1108 error = pmc_process_interrupt(PMC_HR, pm, tf); in core_intr()
1197 error = pmc_process_interrupt(PMC_HR, pm, tf); in core2_intr()
1225 error = pmc_process_interrupt(PMC_HR, pm, tf); in core2_intr()
H A Dhwpmc_arm64.c361 error = pmc_process_interrupt(PMC_HR, pm, tf); in arm64_intr()
H A Dhwpmc_armv7.c352 error = pmc_process_interrupt(PMC_HR, pm, tf); in armv7_intr()
H A Dhwpmc_soft.c428 error = pmc_process_interrupt(PMC_SR, pm, ks->pm_tf); in pmc_soft_intr()
H A Dhwpmc_ppc970.c523 error = pmc_process_interrupt(PMC_HR, pm, tf); in ppc970_intr()
H A Dhwpmc_mips.c293 error = pmc_process_interrupt(PMC_HR, pm, tf); in mips_pmc_intr()
H A Dhwpmc_e500.c611 error = pmc_process_interrupt(PMC_HR, pm, tf); in e500_intr()
H A Dhwpmc_mpc7xxx.c706 error = pmc_process_interrupt(PMC_HR, pm, tf); in mpc7xxx_intr()
H A Dhwpmc_amd.c837 error = pmc_process_interrupt(PMC_HR, pm, tf); in amd_intr()
H A Dhwpmc_mod.c4759 pmc_process_interrupt(int ring, struct pmc *pm, struct trapframe *tf) in pmc_process_interrupt() function
/freebsd-12.1/sys/sys/
H A Dpmc.h1221 int pmc_process_interrupt(int _ring, struct pmc *_pm, struct trapframe *_tf);