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

/illumos-gate/usr/src/uts/sun4u/cherrystone/os/
H A Dcherrystone.c304 update_mem_bounds(int boardid, int cpuid, int bankid, argument
310 slice_table[boardid][cpuid][bankid][SLICE_PA] = base;
311 slice_table[boardid][cpuid][bankid][SLICE_SPAN] = size;
322 if ((mnode = plat_lgrphand_to_mem_node(boardid)) == -1) {
328 plat_assign_lgrphand_to_mem_node(boardid, mnode);
355 int boardid; local
367 boardid = CHERRYSTONE_GETSLOT(portid);
424 update_mem_bounds(boardid, cpuid, i, base, size);
/illumos-gate/usr/src/uts/sun4u/daktari/os/
H A Ddaktari.c296 update_mem_bounds(int boardid, int cpuid, int bankid, argument
302 slice_table[boardid][cpuid][bankid][SLICE_PA] = base;
303 slice_table[boardid][cpuid][bankid][SLICE_SPAN] = size;
314 if ((mnode = plat_lgrphand_to_mem_node(boardid)) == -1) {
320 plat_assign_lgrphand_to_mem_node(boardid, mnode);
347 int boardid; local
359 boardid = DAK_GETSLOT(portid);
416 update_mem_bounds(boardid, cpuid, i, base, size);
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_memerr_arch.c694 int boardid; local
699 boardid = ((cpuid >> 5) & 0x1f);
702 boardid = ((cpuid & 0x1f) / 4);
707 boardid = ((cpuid % 2) == 0) ? 0 : 1;
712 boardid = (cpuid < 4) ? 0 : 2;
714 boardid = (cpuid < 5) ? 1 : 3;
717 boardid = 5;
721 return (boardid);
/illumos-gate/usr/src/uts/sun4u/serengeti/os/
H A Dserengeti.c336 int boardid; local
346 boardid = SG_PORTID_TO_BOARD_NUM(portid);
394 update_mem_bounds(boardid, base, size);
/illumos-gate/usr/src/uts/sun4u/lw8/os/
H A Dlw8_platmod.c343 int boardid; local
353 boardid = SG_PORTID_TO_BOARD_NUM(portid);
401 update_mem_bounds(boardid, base, size);

Completed in 69 milliseconds