Home
last modified time | relevance | path

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

/src/sys/dev/hwpmc/
H A Dhwpmc_amd.c332 uint64_t allowed_unitmask, caps, config, unitmask; in amd_allocate_pmc() local
386 unitmask = a->pm_md.pm_amd.pm_amd_config & AMD_PMC_UNITMASK; in amd_allocate_pmc()
387 if ((unitmask & ~allowed_unitmask) != 0) /* disallow reserved bits */ in amd_allocate_pmc()
390 if (unitmask && (caps & PMC_CAP_QUALIFIER) != 0) in amd_allocate_pmc()
391 config |= unitmask; in amd_allocate_pmc()