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

/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_uncore.c84 static int uncore_ucp_width; variable
488 v &= (1ULL << uncore_ucp_width) - 1;
489 return (1ULL << uncore_ucp_width) - v;
495 return (1ULL << uncore_ucp_width) - rlc;
829 uncore_ucp_width = 48;
833 ucp_initialize(md, maxcpu, uncore_ucp_npmc, uncore_ucp_width);

Completed in 145 milliseconds