Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_amd.c76 PMCDESC(AMD_PMC_EVSEL_0, AMD_PMC_PERFCTR_0),
748 evsel = rdmsr(AMD_PMC_EVSEL_0 + i); in amd_pcpu_fini()
750 wrmsr(AMD_PMC_EVSEL_0 + i, evsel); in amd_pcpu_fini()
765 KASSERT(AMD_PMC_IS_STOPPED(AMD_PMC_EVSEL_0 + i), in amd_pcpu_fini()
H A Dhwpmc_amd.h36 #define AMD_PMC_EVSEL_0 0xC0010000 macro