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.c361 uint64_t allowed_unitmask, caps, config, unitmask; in amd_allocate_pmc() local
402 config = allowed_unitmask = 0; in amd_allocate_pmc()
407 allowed_unitmask = in amd_allocate_pmc()
416 if ((unitmask & ~allowed_unitmask) != 0) /* disallow reserved bits */ in amd_allocate_pmc()