Searched refs:ppmc (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_tsc.c122 tsc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
144 *ppmc = phw->phw_pmc;
147 *ppmc = NULL;
H A Dhwpmc_powerpc.h96 int powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc);
H A Dhwpmc_arm64.c395 arm64_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
414 *ppmc = phw->phw_pmc;
417 *ppmc = NULL;
H A Dhwpmc_armv7.c384 armv7_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
403 *ppmc = phw->phw_pmc;
406 *ppmc = NULL;
H A Dhwpmc_beri.c366 beri_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
385 *ppmc = phw->phw_pmc;
388 *ppmc = NULL;
H A Dhwpmc_soft.c160 soft_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
183 *ppmc = phw->phw_pmc;
186 *ppmc = NULL;
H A Dhwpmc_uncore.c240 ucf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
257 *ppmc = phw->phw_pmc;
260 *ppmc = NULL;
577 ucp_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
594 *ppmc = phw->phw_pmc;
597 *ppmc = NULL;
H A Dhwpmc_mips.c320 mips_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
339 *ppmc = phw->phw_pmc;
342 *ppmc = NULL;
H A Dhwpmc_powerpc.c122 powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
139 *ppmc = phw->phw_pmc;
142 *ppmc = NULL;
H A Dhwpmc_core.c315 iaf_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
332 *ppmc = phw->phw_pmc;
335 *ppmc = NULL;
815 iap_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
832 *ppmc = phw->phw_pmc;
835 *ppmc = NULL;
H A Dhwpmc_amd.c899 amd_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc) argument
922 *ppmc = phw->phw_pmc;
925 *ppmc = NULL;

Completed in 179 milliseconds