Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/hwpmc/
H A Dhwpmc_core.c1031 error = pmc_process_interrupt(PMC_HR, pm, tf); in core_intr()
1108 error = pmc_process_interrupt(PMC_HR, pm, tf); in core2_intr()
1135 error = pmc_process_interrupt(PMC_HR, pm, tf); in core2_intr()
H A Dhwpmc_soft.c388 error = pmc_process_interrupt(PMC_SR, pm, ks->pm_tf); in pmc_soft_intr()
H A Dhwpmc_armv7.c357 error = pmc_process_interrupt(PMC_HR, pm, tf); in armv7_intr()
H A Dhwpmc_arm64.c393 error = pmc_process_interrupt(PMC_HR, pm, tf); in arm64_intr()
H A Dhwpmc_powerpc.c489 error = pmc_process_interrupt(PMC_HR, pm, tf); in powerpc_pmc_intr()
H A Dhwpmc_dmc620.c537 error = pmc_process_interrupt(PMC_HR, pm, tf); in dmc620_intr()
H A Dhwpmc_cmn600.c671 error = pmc_process_interrupt(PMC_HR, pm, tf); in cmn600_pmu_intr()
H A Dhwpmc_amd.c840 error = pmc_process_interrupt(PMC_HR, pm, tf); in amd_intr()
H A Dhwpmc_mod.c4695 pmc_process_interrupt(int ring, struct pmc *pm, struct trapframe *tf) in pmc_process_interrupt() function
/freebsd-14.2/sys/sys/
H A Dpmc.h1228 int pmc_process_interrupt(int _ring, struct pmc *_pm, struct trapframe *_tf);