Home
last modified time | relevance | path

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

/external/u-boot/arch/arc/lib/
Dbootm.c65 void (*kernel_entry)(int zero, int arch, uint params); in board_jump_and_run() local
67 kernel_entry = (void (*)(int, int, uint))entry; in board_jump_and_run()
69 kernel_entry(zero, arch, params); in board_jump_and_run()
75 ulong kernel_entry; in boot_jump_linux() local
79 kernel_entry = images->ep; in boot_jump_linux()
82 kernel_entry); in boot_jump_linux()
100 board_jump_and_run(kernel_entry, r0, 0, r2); in boot_jump_linux()
/external/u-boot/arch/arm/lib/
Dbootm.c323 void (*kernel_entry)(void *fdt_addr, void *res0, void *res1, in boot_jump_linux() local
327 kernel_entry = (void (*)(void *fdt_addr, void *res0, void *res1, in boot_jump_linux()
331 (ulong) kernel_entry); in boot_jump_linux()
363 void (*kernel_entry)(int zero, int arch, uint params); in boot_jump_linux()
367 kernel_entry = (void (*)(int, int, uint))images->ep; in boot_jump_linux()
369 ulong addr = (ulong)kernel_entry | 1; in boot_jump_linux()
370 kernel_entry = (void *)addr; in boot_jump_linux()
382 "...\n", (ulong) kernel_entry); in boot_jump_linux()
395 secure_ram_addr(_do_nonsec_entry)(kernel_entry, in boot_jump_linux()
399 kernel_entry(0, machid, r2); in boot_jump_linux()
/external/u-boot/board/synopsys/axs10x/
Daxs10x.c52 void (*kernel_entry)(int zero, int arch, uint params); in board_jump_and_run() local
54 kernel_entry = (void (*)(int, int, uint))entry; in board_jump_and_run()
58 kernel_entry(zero, arch, params); in board_jump_and_run()
/external/u-boot/doc/
DREADME.vxworks30 void (*kernel_entry)(fdt_addr, 0, 0, EPAPR_MAGIC, boot_IMA, 0, 0)
34 void (*kernel_entry)(void *fdt_addr)
DREADME.mips33 Linux/MIPS ports don't re-enable caches after entering kernel_entry.
/external/u-boot/board/synopsys/hsdk/
Dhsdk.c716 void (*kernel_entry)(int zero, int arch, uint params); in board_jump_and_run() local
719 kernel_entry = (void (*)(int, int, uint))entry; in board_jump_and_run()
739 kernel_entry(zero, arch, params); in board_jump_and_run()
/external/u-boot/arch/x86/lib/
Dbootm.c182 :: [kernel_entry]"a"(load_address), in boot_linux_kernel()
/external/u-boot/arch/arm/cpu/armv7/
Dpsci.S306 @ {r0, r1, r2, ip} from _do_nonsec_entry(kernel_entry, 0, machid, r2) in