Searched refs:pm_cputype (Results 1 – 5 of 5) sorted by relevance
397 enum pmc_cputype pm_cputype; member403 #define __PMC_CPU(S, V, D) { .pm_cputype = PMC_CPU_##S, .pm_name = #S } ,876 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_CORE && in iap_allocate_pmc()881 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_ATOM || in iap_allocate_pmc()882 cpu_info.pm_cputype == PMC_CPU_INTEL_ATOM_SILVERMONT || in iap_allocate_pmc()883 cpu_info.pm_cputype == PMC_CPU_INTEL_CORE2 || in iap_allocate_pmc()884 cpu_info.pm_cputype == PMC_CPU_INTEL_CORE2EXTREME) { in iap_allocate_pmc()893 } else if (cpu_info.pm_cputype == PMC_CPU_INTEL_COREI7 || in iap_allocate_pmc()894 cpu_info.pm_cputype == PMC_CPU_INTEL_WESTMERE || in iap_allocate_pmc()895 cpu_info.pm_cputype == PMC_CPU_INTEL_NEHALEM_EX || in iap_allocate_pmc()[all …]
53 enum pmc_cputype pm_cputype; /* the kind of CPU */ member
228 pmc_name_of_cputype(pc->pm_cputype), in pmcc_do_list_state()245 if (pc->pm_cputype == PMC_CPU_INTEL_PIV && in pmcc_do_list_state()
512 enum pmc_cputype pm_cputype; /* what kind of CPU */ member
2925 gci.pm_cputype = md->pmd_cputype; in pmc_syscall_handler()