Home
last modified time | relevance | path

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

/freebsd-14.2/stand/userboot/userboot/
H A Dbootinfo64.c156 size = md_copymodules(0, true); in bi_load64()
165 (void)md_copymodules(addr, true); in bi_load64()
H A Dbootinfo32.c127 size = md_copymodules(0, false); in bi_load32()
136 (void)md_copymodules(addr, false); in bi_load32()
/freebsd-14.2/stand/i386/libi386/
H A Dbootinfo64.c163 size = md_copymodules(0, true); in bi_load64()
182 (void)md_copymodules(*modulep, true); in bi_load64()
H A Dbootinfo32.c149 size = md_copymodules(0, false); in bi_load32()
158 (void)md_copymodules(addr, false); in bi_load32()
/freebsd-14.2/stand/common/
H A Dmetadata.c180 size = md_copymodules(0, kern64); in md_load_dual()
208 (void)md_copymodules(addr, kern64); in md_load_dual()
H A Dmodinfo.h12 vm_offset_t md_copymodules(vm_offset_t addr, bool kern64);
H A Dmodinfo.c113 md_copymodules(vm_offset_t addr, bool kern64) in md_copymodules() function
/freebsd-14.2/stand/efi/loader/
H A Dbootinfo.c453 size = md_copymodules(0, is64); /* Find the size of the modules */ in bi_load()
478 (void)md_copymodules(addr, is64); in bi_load()