Home
last modified time | relevance | path

Searched refs:bi_modulep (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/platform/pc64/include/
H A Dbootinfo.h68 u_int32_t bi_modulep; /* preloaded modules */ member
/dragonfly/stand/boot/pc32/libi386/
H A Dbootinfo32.c260 bi.bi_modulep = *modulep; in bi_load32()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c2648 if (bootinfo.bi_modulep) { in hammer_time()
2649 preload_metadata = (caddr_t)bootinfo.bi_modulep + KERNBASE; in hammer_time()