/src/sys/arch/sparc/stand/ofwboot/ |
loadfile_machdep.c | 742 struct btinfo_count bi_count; local in function:sparc64_bi_add 745 bi_count.count = itlb_slot; 746 bi_add(&bi_count, BTINFO_ITLB_SLOTS, sizeof(bi_count)); 747 bi_count.count = dtlb_slot; 748 bi_add(&bi_count, BTINFO_DTLB_SLOTS, sizeof(bi_count));
|
loadfile_machdep.c | 742 struct btinfo_count bi_count; local in function:sparc64_bi_add 745 bi_count.count = itlb_slot; 746 bi_add(&bi_count, BTINFO_ITLB_SLOTS, sizeof(bi_count)); 747 bi_count.count = dtlb_slot; 748 bi_add(&bi_count, BTINFO_DTLB_SLOTS, sizeof(bi_count));
|
/src/sys/arch/sparc64/sparc64/ |
autoconf.c | 283 struct btinfo_count *bi_count; local in function:bootstrap 367 LOOKUP_BOOTINFO(bi_count, BTINFO_DTLB_SLOTS); 368 kernel_dtlb_slots = bi_count->count; 370 bi_count = lookup_bootinfo(BTINFO_ITLB_SLOTS); 371 if (bi_count) 372 kernel_itlb_slots = bi_count->count;
|
autoconf.c | 283 struct btinfo_count *bi_count; local in function:bootstrap 367 LOOKUP_BOOTINFO(bi_count, BTINFO_DTLB_SLOTS); 368 kernel_dtlb_slots = bi_count->count; 370 bi_count = lookup_bootinfo(BTINFO_ITLB_SLOTS); 371 if (bi_count) 372 kernel_itlb_slots = bi_count->count;
|