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

/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_amd.h93 uint32_t pm_amd_evsel; member in struct:pmc_md_amd_pmc
H A Dhwpmc_amd.c501 pm->pm_md.pm_amd.pm_amd_evsel = config; /* save config value */
577 config = pm->pm_md.pm_amd.pm_amd_evsel | AMD_PMC_ENABLE;
616 config = pm->pm_md.pm_amd.pm_amd_evsel & ~AMD_PMC_ENABLE;
682 (pm->pm_md.pm_amd.pm_amd_evsel & ~AMD_PMC_ENABLE),
684 config, pm->pm_md.pm_amd.pm_amd_evsel));

Completed in 46 milliseconds