Searched refs:pmc_hw (Results 1 – 16 of 16) sorted by relevance
| /freebsd-13-stable/sys/dev/hwpmc/ |
| HD | hwpmc_beri.c | 176 struct pmc_hw *pc_beripmcs; 286 struct pmc_hw *phw; in beri_config_pmc() 337 struct pmc_hw *phw; in beri_release_pmc() 354 struct pmc_hw *phw; in beri_describe() 405 struct pmc_hw *phw; in beri_pcpu_init() 413 pac->pc_beripmcs = malloc(sizeof(struct pmc_hw) * beri_npmcs, in beri_pcpu_init()
|
| HD | hwpmc_arm64.c | 50 struct pmc_hw *pc_arm64pmcs; 281 struct pmc_hw *phw; in arm64_config_pmc() 341 struct pmc_hw *phw; in arm64_release_pmc() 411 struct pmc_hw *phw; in arm64_describe() 447 struct pmc_hw *phw; in arm64_pcpu_init() 460 pac->pc_arm64pmcs = malloc(sizeof(struct pmc_hw) * arm64_npmcs, in arm64_pcpu_init()
|
| HD | hwpmc_armv7.c | 53 struct pmc_hw *pc_armv7pmcs; 238 struct pmc_hw *phw; in armv7_config_pmc() 304 struct pmc_hw *phw; in armv7_release_pmc() 376 struct pmc_hw *phw; in armv7_describe() 412 struct pmc_hw *phw; in armv7_pcpu_init() 425 pac->pc_armv7pmcs = malloc(sizeof(struct pmc_hw) * armv7_npmcs, in armv7_pcpu_init()
|
| HD | hwpmc_soft.c | 88 struct pmc_hw soft_hw[SOFT_NPMCS]; 137 struct pmc_hw *phw; in soft_config_pmc() 161 struct pmc_hw *phw; in soft_describe() 229 struct pmc_hw *phw; in soft_pcpu_init() 291 struct pmc_hw *phw __diagused; in soft_release_pmc()
|
| HD | hwpmc_tsc.c | 65 struct pmc_hw tc_hw; 93 struct pmc_hw *phw; in tsc_config_pmc() 116 struct pmc_hw *phw; in tsc_describe() 244 struct pmc_hw *phw __diagused; in tsc_release_pmc()
|
| HD | hwpmc_mips.c | 49 struct pmc_hw *pc_mipspmcs; 156 struct pmc_hw *phw; in mips_config_pmc() 224 struct pmc_hw *phw; in mips_release_pmc() 306 struct pmc_hw *phw; in mips_describe() 357 struct pmc_hw *phw; in mips_pcpu_init() 365 pac->pc_mipspmcs = malloc(sizeof(struct pmc_hw) * mips_npmcs, in mips_pcpu_init()
|
| HD | hwpmc_powerpc.c | 109 struct pmc_hw *phw; in powerpc_describe() 144 struct pmc_hw *phw; in powerpc_pcpu_init() 152 ppc_max_pmcs * sizeof(struct pmc_hw), M_PMC, M_WAITOK | M_ZERO); in powerpc_pcpu_init() 234 struct pmc_hw *phw; in powerpc_release_pmc() 269 struct pmc_hw *phw; in powerpc_config_pmc()
|
| HD | hwpmc_uncore.c | 66 struct pmc_hw pc_uncorepmcs[]; 93 struct pmc_hw *phw; in uncore_pcpu_init() 105 cc = malloc(sizeof(struct uncore_cpu) + npmc * sizeof(struct pmc_hw), in uncore_pcpu_init() 234 struct pmc_hw *phw; in ucf_describe() 540 struct pmc_hw *phw; in ucp_describe()
|
| HD | hwpmc_amd.c | 388 struct pmc_hw pc_amdpmcs[AMD_NPMCS]; 488 struct pmc_hw *phw; in amd_config_pmc() 663 struct pmc_hw *phw __diagused; in amd_release_pmc() 878 struct pmc_hw *phw; in amd_describe() 931 struct pmc_hw *phw; in amd_pcpu_init()
|
| HD | hwpmc_core.c | 89 struct pmc_hw pc_corepmcs[]; 121 struct pmc_hw *phw; in core_pcpu_init() 135 cc = malloc(sizeof(struct core_cpu) + npmc * sizeof(struct pmc_hw), in core_pcpu_init() 331 struct pmc_hw *phw; in iaf_describe() 794 struct pmc_hw *phw; in iap_describe()
|
| HD | hwpmc_powerpc.h | 60 struct pmc_hw pc_ppcpmcs[];
|
| HD | hwpmc_ppc970.c | 258 struct pmc_hw *phw; in ppc970_set_pmc()
|
| HD | hwpmc_mpc7xxx.c | 350 struct pmc_hw *phw; in mpc7xxx_set_pmc()
|
| HD | hwpmc_e500.c | 277 struct pmc_hw *phw; in e500_set_pmc()
|
| HD | hwpmc_mod.c | 1359 struct pmc_hw *phw __diagused; in pmc_process_csw_in() 2777 struct pmc_hw *phw __diagused; in pmc_release_pmc_descriptor() 3737 struct pmc_hw *phw; in pmc_syscall_handler() 3835 struct pmc_hw *phw; in pmc_syscall_handler() 5626 md->pmd_npmc * sizeof(struct pmc_hw *), M_PMC, in pmc_initialize()
|
| /freebsd-13-stable/sys/sys/ |
| HD | pmc.h | 891 struct pmc_hw { struct 965 struct pmc_hw *pc_hwpmcs[]; /* 'npmc' pointers */
|