Searched refs:pmc_hw (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14-stable/sys/dev/hwpmc/ |
| HD | hwpmc_arm64.c | 52 struct pmc_hw *pc_arm64pmcs; 280 struct pmc_hw *phw; in arm64_config_pmc() 339 struct pmc_hw *phw __diagused; in arm64_release_pmc() 407 struct pmc_hw *phw; in arm64_describe() 443 struct pmc_hw *phw; in arm64_pcpu_init() 456 pac->pc_arm64pmcs = malloc(sizeof(struct pmc_hw) * arm64_npmcs, in arm64_pcpu_init()
|
| HD | hwpmc_armv7.c | 53 struct pmc_hw *pc_armv7pmcs; 235 struct pmc_hw *phw; in armv7_config_pmc() 301 struct pmc_hw *phw __diagused; in armv7_release_pmc() 371 struct pmc_hw *phw; in armv7_describe() 407 struct pmc_hw *phw; in armv7_pcpu_init() 420 pac->pc_armv7pmcs = malloc(sizeof(struct pmc_hw) * armv7_npmcs, in armv7_pcpu_init()
|
| HD | hwpmc_dmc620.c | 96 struct pmc_hw *pd_phw; 251 struct pmc_hw *phw; in CLASSDEP_FN3() 344 struct pmc_hw *phw __diagused; in CLASSDEP_FN3() 430 struct pmc_hw *phw; in CLASSDEP_FN4() 461 struct pmc_hw *phw; in CLASSDEP_FN2() 510 struct pmc_hw *phw; in dmc620_intr() 602 dmc620_pmcdesc[0][i]->pd_phw = malloc(sizeof(struct pmc_hw), in pmc_dmc620_initialize_cd2() 661 dmc620_pmcdesc[1][i]->pd_phw = malloc(sizeof(struct pmc_hw), in pmc_dmc620_initialize_c()
|
| HD | hwpmc_cmn600.c | 51 struct pmc_hw *pd_phw; 203 struct pmc_hw *phw; in cmn600_config_pmc() 377 struct pmc_hw *phw; in cmn600_release_pmc() 565 struct pmc_hw *phw; in cmn600_describe() 597 struct pmc_hw *phw; in cmn600_pcpu_init() 645 struct pmc_hw *phw; in cmn600_pmu_intr() 766 cmn600_pmcdesc[i]->pd_phw = (struct pmc_hw *)malloc( in pmc_cmn600_initialize() 767 sizeof(struct pmc_hw), M_PMC, M_WAITOK|M_ZERO); in pmc_cmn600_initialize()
|
| 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_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_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 __diagused; 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() 237 struct pmc_hw *phw; in ucf_describe() 546 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() 666 struct pmc_hw *phw __diagused; in amd_release_pmc() 881 struct pmc_hw *phw; in amd_describe() 934 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() 334 struct pmc_hw *phw; in iaf_describe() 800 struct pmc_hw *phw; in iap_describe()
|
| HD | hwpmc_powerpc.h | 60 struct pmc_hw pc_ppcpmcs[];
|
| HD | hwpmc_e500.c | 277 struct pmc_hw *phw; in e500_set_pmc()
|
| HD | hwpmc_mod.c | 1447 struct pmc_hw *phw __diagused; in pmc_process_csw_in() 2716 struct pmc_hw *phw __diagused; in pmc_release_pmc_descriptor() 3294 struct pmc_hw *phw; in pmc_do_op_pmcallocate() 4128 struct pmc_hw *phw; in pmc_syscall_handler() 5539 md->pmd_npmc * sizeof(struct pmc_hw *), M_PMC, in pmc_initialize()
|
| /freebsd-14-stable/sys/sys/ |
| HD | pmc.h | 898 struct pmc_hw { struct 972 struct pmc_hw *pc_hwpmcs[]; /* 'npmc' pointers */
|