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

/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_amd.h138 uint64_t pm_amd_evsel; member in struct:pmc_md_amd_pmc
H A Dhwpmc_amd.c606 pm->pm_md.pm_amd.pm_amd_evsel =
652 pm->pm_md.pm_amd.pm_amd_evsel = config; /* save config value */
728 config = pm->pm_md.pm_amd.pm_amd_evsel | AMD_PMC_ENABLE;
768 config = pm->pm_md.pm_amd.pm_amd_evsel & ~AMD_PMC_ENABLE;
853 (pm->pm_md.pm_amd.pm_amd_evsel & ~AMD_PMC_ENABLE),
855 (uintmax_t)config, (uintmax_t)pm->pm_md.pm_amd.pm_amd_evsel));

Completed in 51 milliseconds