Home
last modified time | relevance | path

Searched refs:bi_count (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/sparc/stand/ofwboot/
H A Dloadfile_machdep.c742 struct btinfo_count bi_count; in sparc64_bi_add() local
745 bi_count.count = itlb_slot; in sparc64_bi_add()
746 bi_add(&bi_count, BTINFO_ITLB_SLOTS, sizeof(bi_count)); in sparc64_bi_add()
747 bi_count.count = dtlb_slot; in sparc64_bi_add()
748 bi_add(&bi_count, BTINFO_DTLB_SLOTS, sizeof(bi_count)); in sparc64_bi_add()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dautoconf.c283 struct btinfo_count *bi_count; in bootstrap() local
367 LOOKUP_BOOTINFO(bi_count, BTINFO_DTLB_SLOTS); in bootstrap()
368 kernel_dtlb_slots = bi_count->count; in bootstrap()
370 bi_count = lookup_bootinfo(BTINFO_ITLB_SLOTS); in bootstrap()
371 if (bi_count) in bootstrap()
372 kernel_itlb_slots = bi_count->count; in bootstrap()