Searched refs:bi_modulep (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/sys/mips/include/
H A Dbootinfo.h68 bi_ptr_t bi_modulep; /* Preloaded modules. */ member in struct:bootinfo
/freebsd-12-stable/sys/i386/include/
H A Dbootinfo.h69 u_int32_t bi_modulep; /* preloaded modules */ member in struct:bootinfo
/freebsd-12-stable/stand/mips/beri/loader/
H A Dexec.c113 bootinfo.bi_modulep = mdp;
/freebsd-12-stable/sys/mips/beri/
H A Dberi_machdep.c205 preload_metadata = (caddr_t)bootinfop->bi_modulep;
/freebsd-12-stable/stand/i386/libi386/
H A Dbootinfo32.c266 bi.bi_modulep = *modulep;
/freebsd-12-stable/stand/userboot/userboot/
H A Dbootinfo32.c251 bi.bi_modulep = *modulep;
/freebsd-12-stable/sys/i386/i386/
H A Dmachdep.c2337 if (bootinfo.bi_modulep) {
2339 addend = (vm_paddr_t)bootinfo.bi_modulep < KERNBASE ?
2341 preload_metadata = (caddr_t)bootinfo.bi_modulep + addend;

Completed in 70 milliseconds