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

/freebsd-10.0-release/sys/dev/hwpmc/
H A Dhwpmc_ppro.c497 uint32_t allowed_unitmask, caps, config, unitmask; local
537 allowed_unitmask = 0;
541 allowed_unitmask = P6_EVSEL_TO_UMASK(0x3F);
543 allowed_unitmask = P6_EVSEL_TO_UMASK(0x30);
545 allowed_unitmask = P6_EVSEL_TO_UMASK(pevent->pm_unitmask);
548 if (unitmask & ~allowed_unitmask) /* disallow reserved bits */
H A Dhwpmc_amd.c437 uint32_t allowed_unitmask, caps, config, unitmask; local
464 config = allowed_unitmask = 0;
469 allowed_unitmask =
477 if (unitmask & ~allowed_unitmask) /* disallow reserved bits */

Completed in 143 milliseconds