Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/hwpmc/
HDhwpmc_amd.c597 pm->pm_md.pm_amd.pm_amd_evsel = in amd_allocate_pmc()
643 pm->pm_md.pm_amd.pm_amd_evsel = config; /* save config value */ in amd_allocate_pmc()
711 config = pm->pm_md.pm_amd.pm_amd_evsel | AMD_PMC_ENABLE; in amd_start_pmc()
744 config = pm->pm_md.pm_amd.pm_amd_evsel & ~AMD_PMC_ENABLE; in amd_stop_pmc()
829 (pm->pm_md.pm_amd.pm_amd_evsel & ~AMD_PMC_ENABLE), in amd_intr()
831 (uintmax_t)config, (uintmax_t)pm->pm_md.pm_amd.pm_amd_evsel)); in amd_intr()
HDhwpmc_amd.h136 uint64_t pm_amd_evsel; member