Searched refs:uboot_copyin (Results 1 – 3 of 3) sorted by relevance
61 ssize_t uboot_copyin(const void *src, vm_offset_t dest, const size_t len);
148 uboot_copyin(const void *src, vm_offset_t dest, const size_t len) in uboot_copyin() function
486 archsw.arch_copyin = uboot_copyin; in main()