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

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachintreg.h128 #define IDSR_BN_SETS 4 macro
129 #define CPUID_TO_BN_PAIR(x) ((x) & (IDSR_BN_SETS-1))
131 #define IDSR_BN_SETS 32 macro
/illumos-gate/usr/src/uts/sun4u/cpu/
H A Dopl_olympus.c320 * OPL the value of IDSR_BN_SETS to 31 instead
325 #undef IDSR_BN_SETS macro
326 #define IDSR_BN_SETS 31 macro
333 uint16_t i, cpuids[IDSR_BN_SETS];
336 #if (NCPU > IDSR_BN_SETS)
341 int bn_sets = IDSR_BN_SETS;
357 #if (NCPU <= IDSR_BN_SETS)
374 * Ship only to the first (IDSR_BN_SETS) CPUs. If we
375 * find we have shipped to more than (IDSR_BN_SETS)
382 if (shipped < IDSR_BN_SETS) {
[all...]

Completed in 61 milliseconds