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

/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_uncore.c82 static int uncore_ucp_width; variable
798 v &= (1ULL << uncore_ucp_width) - 1;
799 return (1ULL << uncore_ucp_width) - v;
805 return (1ULL << uncore_ucp_width) - rlc;
1200 uncore_ucp_width = 48;
1204 ucp_initialize(md, maxcpu, uncore_ucp_npmc, uncore_ucp_width);

Completed in 43 milliseconds