Home
last modified time | relevance | path

Searched refs:do_bootelf_exec (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/doc/
H A DREADME.mips19 * Cache incoherency issue caused by do_bootelf_exec() at cmd_elf.c
31 * Note that Linux users need to kill dcache_disable() in do_bootelf_exec()
32 or override do_bootelf_exec() not to disable I-/D-caches, because most
/openbmc/u-boot/cmd/
H A Delf.c234 static unsigned long do_bootelf_exec(ulong (*entry)(int, char * const[]), in do_bootelf_exec() function
315 rc = do_bootelf_exec((void *)addr, argc, argv); in do_bootelf()