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

/freebsd-10.2-release/sys/dev/hwpmc/
H A Dhwpmc_uncore.c79 static int uncore_ucf_width; variable
176 v &= (1ULL << uncore_ucf_width) - 1;
177 return (1ULL << uncore_ucf_width) - v;
183 return (1ULL << uncore_ucf_width) - rlc;
1211 uncore_ucf_width = 48;
1213 ucf_initialize(md, maxcpu, uncore_ucf_npmc, uncore_ucf_width);

Completed in 45 milliseconds