Searched refs:IDSR_BN_SETS (Results 1 - 5 of 5) 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 Dus3_cheetah.c159 uint16_t i, cpuids[IDSR_BN_SETS];
162 #if (NCPU > IDSR_BN_SETS)
174 #if (NCPU <= IDSR_BN_SETS)
191 * Ship only to the first (IDSR_BN_SETS) CPUs. If we
192 * find we have shipped to more than (IDSR_BN_SETS)
196 if (shipped < IDSR_BN_SETS) {
215 #if (NCPU <= IDSR_BN_SETS)
236 for (i = 0; i < IDSR_BN_SETS; i++) {
265 for (i = 0; i < IDSR_BN_SETS; i++) {
278 #if (NCPU > IDSR_BN_SETS)
[all...]
H A Dus3_cheetahplus.c166 uint16_t i, cpuids[IDSR_BN_SETS];
169 #if (NCPU > IDSR_BN_SETS)
181 #if (NCPU <= IDSR_BN_SETS)
198 * Ship only to the first (IDSR_BN_SETS) CPUs. If we
199 * find we have shipped to more than (IDSR_BN_SETS)
203 if (shipped < IDSR_BN_SETS) {
222 #if (NCPU <= IDSR_BN_SETS)
243 for (i = 0; i < IDSR_BN_SETS; i++) {
272 for (i = 0; i < IDSR_BN_SETS; i++) {
285 #if (NCPU > IDSR_BN_SETS)
[all...]
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...]
H A Dus3_jalapeno.c181 uint16_t i, cpuids[IDSR_BN_SETS];
195 * there are no more than IDSR_BN_SETS CPUs, hence no aliasing
231 for (i = 0; i < IDSR_BN_SETS; i++) {
260 for (i = 0; i < IDSR_BN_SETS; i++) {

Completed in 52 milliseconds