Home
last modified time | relevance | path

Searched refs:pmc_hw (Results 1 – 16 of 16) sorted by relevance

/freebsd-13-stable/sys/dev/hwpmc/
HDhwpmc_beri.c176 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()
HDhwpmc_arm64.c50 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()
HDhwpmc_armv7.c53 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()
HDhwpmc_soft.c88 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()
HDhwpmc_tsc.c65 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()
HDhwpmc_mips.c49 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()
HDhwpmc_powerpc.c109 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()
HDhwpmc_uncore.c66 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()
HDhwpmc_amd.c388 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()
HDhwpmc_core.c89 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()
HDhwpmc_powerpc.h60 struct pmc_hw pc_ppcpmcs[];
HDhwpmc_ppc970.c258 struct pmc_hw *phw; in ppc970_set_pmc()
HDhwpmc_mpc7xxx.c350 struct pmc_hw *phw; in mpc7xxx_set_pmc()
HDhwpmc_e500.c277 struct pmc_hw *phw; in e500_set_pmc()
HDhwpmc_mod.c1359 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/
HDpmc.h891 struct pmc_hw { struct
965 struct pmc_hw *pc_hwpmcs[]; /* 'npmc' pointers */