Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_amd.c58 uint32_t pm_evsel; /* address of EVSEL register */ member
525 KASSERT(AMD_PMC_IS_STOPPED(pd->pm_evsel), in amd_start_pmc()
534 wrmsr(pd->pm_evsel, config); in amd_start_pmc()
555 KASSERT(!AMD_PMC_IS_STOPPED(pd->pm_evsel), in amd_stop_pmc()
563 wrmsr(pd->pm_evsel, config); in amd_stop_pmc()
644 evsel = amd_pmcdesc[i].pm_evsel; in amd_intr()
948 d->pm_evsel = AMD_PMC_CORE_BASE + 2 * i; in pmc_amd_initialize()
951 d->pm_evsel = AMD_PMC_EVSEL_0 + i; in pmc_amd_initialize()
967 d->pm_evsel = AMD_PMC_L3_BASE + 2 * i; in pmc_amd_initialize()
983 d->pm_evsel = AMD_PMC_DF_BASE + 2 * i; in pmc_amd_initialize()