Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_uncore.c60 static enum pmc_cputype uncore_cputype; variable
150 wrmsr(SELECTSEL(uncore_cputype) + n, 0); in uncore_pcpu_fini()
317 ucfc->pc_globalctrl |= (1ULL << (ri + SELECTOFF(uncore_cputype))); in ucf_start_pmc()
508 switch (uncore_cputype) { in ucp_allocate_pmc()
631 cpu, ri, SELECTSEL(uncore_cputype) + ri, evsel); in ucp_start_pmc()
633 wrmsr(SELECTSEL(uncore_cputype) + ri, evsel); in ucp_start_pmc()
653 wrmsr(SELECTSEL(uncore_cputype) + ri, 0); in ucp_stop_pmc()
722 uncore_cputype = md->pmd_cputype; in pmc_uncore_initialize()
744 uncore_pmcmask |= ((1ULL << uncore_ucf_npmc) - 1) << SELECTOFF(uncore_cputype); in pmc_uncore_initialize()