Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_powerpc.h102 int powerpc_start_pmc(int cpu, int ri, struct pmc *pm);
H A Dhwpmc_power8.c224 pcd->pcd_start_pmc = powerpc_start_pmc; in pmc_power8_initialize()
H A Dhwpmc_ppc970.c363 pcd->pcd_start_pmc = powerpc_start_pmc; in pmc_ppc970_initialize()
H A Dhwpmc_e500.c457 pcd->pcd_start_pmc = powerpc_start_pmc; in pmc_e500_initialize()
H A Dhwpmc_mpc7xxx.c453 pcd->pcd_start_pmc = powerpc_start_pmc; in pmc_mpc7xxx_initialize()
H A Dhwpmc_powerpc.c248 powerpc_start_pmc(int cpu, int ri, struct pmc *pm) in powerpc_start_pmc() function