Home
last modified time | relevance | path

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

/freebsd-12-stable/stand/uboot/lib/
Dlibuboot.h63 uint64_t uboot_loadaddr(u_int type, void *data, uint64_t addr);
Dcopy.c69 uboot_loadaddr(u_int type, void *data, uint64_t addr) in uboot_loadaddr() function
/freebsd-12-stable/stand/uboot/common/
Dmain.c538 archsw.arch_loadaddr = uboot_loadaddr; in main()