Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_amd.c390 uint64_t allowed_unitmask, caps, config, unitmask; in amd_allocate_pmc() local
435 config = allowed_unitmask = 0; in amd_allocate_pmc()
440 allowed_unitmask = in amd_allocate_pmc()
449 if ((unitmask & ~allowed_unitmask) != 0) /* disallow reserved bits */ in amd_allocate_pmc()