Lines Matching refs:pmc
86 extern pmc_value_t (*powerpc_pmcn_read)(unsigned int pmc);
87 extern void (*powerpc_pmcn_write)(unsigned int pmc, uint32_t val);
95 int powerpc_describe(int cpu, int ri, struct pmc_info *pi, struct pmc **ppmc);
96 int powerpc_get_config(int cpu, int ri, struct pmc **ppm);
99 int powerpc_allocate_pmc(int cpu, int ri, struct pmc *pm,
101 int powerpc_release_pmc(int cpu, int ri, struct pmc *pmc);
102 int powerpc_start_pmc(int cpu, int ri, struct pmc *pm);
103 int powerpc_stop_pmc(int cpu, int ri, struct pmc *pm);
104 int powerpc_config_pmc(int cpu, int ri, struct pmc *pm);
105 pmc_value_t powerpc_pmcn_read_default(unsigned int pmc);
106 void powerpc_pmcn_write_default(unsigned int pmc, uint32_t val);
107 int powerpc_read_pmc(int cpu, int ri, struct pmc *pm, pmc_value_t *v);
108 int powerpc_write_pmc(int cpu, int ri, struct pmc *pm, pmc_value_t v);