OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bi_count
(Results
1 - 2
of
2
) sorted by relevancy
/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
));
/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;
Completed in 49 milliseconds
Indexes created Tue Sep 30 10:09:55 GMT 2025