Searched refs:P6_EVSEL_TO_UMASK (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/sys/dev/hwpmc/
H A Dhwpmc_ppro.h48 #define P6_EVSEL_TO_UMASK(U) (((U) & 0xFF) << 8) macro
H A Dhwpmc_ppro.c541 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);
552 unitmask = P6_EVSEL_TO_UMASK(0x0F);
/freebsd-10-stable/lib/libpmc/
H A Dlibpmc.c2407 P6_EVSEL_TO_UMASK(evmask);

Completed in 57 milliseconds