Searched defs:l2_cache_share (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/io/
H A Dgptwo_cpu.c651 uint_t l2_cache_share; local
681 l2_cache_share = coreid ? 0x2 : 0x1;
720 l2_cache_share = 0;
723 l2_cache_share |= (1 << i);
819 "l2-cache-sharing", l2_cache_share) != DDI_SUCCESS) {
841 int l3_cache_share = l2_cache_share;

Completed in 59 milliseconds