Searched refs:do_bootelf_exec (Results 1 – 2 of 2) sorted by relevance
19 * Cache incoherency issue caused by do_bootelf_exec() at cmd_elf.c31 * 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
151 static unsigned long do_bootelf_exec(ulong (*entry)(int, char * const[]), in do_bootelf_exec() function232 rc = do_bootelf_exec((void *)addr, argc, argv); in do_bootelf()