Home
last modified time | relevance | path

Searched refs:md_copymodules (Results 1 – 8 of 8) sorted by relevance

/freebsd/stand/userboot/userboot/
H A Dbootinfo64.c154 size = md_copymodules(0, true); in bi_load64()
163 (void)md_copymodules(addr, true); in bi_load64()
H A Dbootinfo32.c125 size = md_copymodules(0, false); in bi_load32()
134 (void)md_copymodules(addr, false); in bi_load32()
/freebsd/stand/i386/libi386/
H A Dbootinfo64.c161 size = md_copymodules(0, true); in bi_load64()
180 (void)md_copymodules(*modulep, true); in bi_load64()
H A Dbootinfo32.c147 size = md_copymodules(0, false); in bi_load32()
156 (void)md_copymodules(addr, false); in bi_load32()
/freebsd/stand/common/
H A Dmetadata.c178 size = md_copymodules(0, kern64); in md_load_dual()
206 (void)md_copymodules(addr, kern64); in md_load_dual()
H A Dmodinfo.h17 vm_offset_t md_copymodules(vm_offset_t addr, bool kern64);
H A Dmodinfo.c118 md_copymodules(vm_offset_t addr, bool kern64) in md_copymodules() function
/freebsd/stand/efi/loader/
H A Dbootinfo.c468 size = md_copymodules(0, is64); /* Find the size of the modules */ in bi_load()
493 (void)md_copymodules(addr, is64); in bi_load()