Home
last modified time | relevance | path

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

/src/sys/dev/hwpmc/
H A Dhwpmc_amd.c57 uint32_t pm_evsel; /* address of EVSEL register */ member
463 KASSERT(AMD_PMC_IS_STOPPED(pd->pm_evsel), in amd_start_pmc()
472 wrmsr(pd->pm_evsel, config); in amd_start_pmc()
493 KASSERT(!AMD_PMC_IS_STOPPED(pd->pm_evsel), in amd_stop_pmc()
501 wrmsr(pd->pm_evsel, config); in amd_stop_pmc()
582 evsel = amd_pmcdesc[i].pm_evsel; in amd_intr()
886 d->pm_evsel = AMD_PMC_CORE_BASE + 2 * i; in pmc_amd_initialize()
889 d->pm_evsel = AMD_PMC_EVSEL_0 + i; in pmc_amd_initialize()
905 d->pm_evsel = AMD_PMC_L3_BASE + 2 * i; in pmc_amd_initialize()
921 d->pm_evsel = AMD_PMC_DF_BASE + 2 * i; in pmc_amd_initialize()