Searched defs:pmc_type (Results 1 - 4 of 4) sorted by relevance

/arch/powerpc/platforms/83xx/
H A Dsuspend.c100 struct pmc_type { struct
329 struct pmc_type *type;
413 static struct pmc_type pmc_types[] = {
/arch/powerpc/include/asm/
H A Dcputable.h95 enum powerpc_pmc_type pmc_type; member in struct:cpu_spec
/arch/ia64/kernel/
H A Dperfmon.c2855 unsigned int cnum, reg_flags, flags, pmc_type; local
2899 pmc_type = pmu_conf->pmc_desc[cnum].type;
2901 is_counting = (pmc_type & PFM_REG_COUNTING) == PFM_REG_COUNTING ? 1 : 0;
2902 is_monitor = (pmc_type & PFM_REG_MONITOR) == PFM_REG_MONITOR ? 1 : 0;
2909 if ((pmc_type & PFM_REG_IMPL) == 0 || (pmc_type & PFM_REG_CONTROL) == PFM_REG_CONTROL) {
2910 DPRINT(("pmc%u is unimplemented or no-access pmc_type=%x\n", cnum, pmc_type));
/arch/x86/include/asm/
H A Dkvm_host.h289 enum pmc_type { enum
295 enum pmc_type type;

Completed in 91 milliseconds