Home
last modified time | relevance | path

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

/u-boot/arch/arc/lib/
A Dbootm.c72 void (*kernel_entry)(int zero, int arch, uint params); in board_jump_and_run() local
74 kernel_entry = (void (*)(int, int, uint))entry; in board_jump_and_run()
76 kernel_entry(zero, arch, params); in board_jump_and_run()
82 ulong kernel_entry; in boot_jump_linux() local
86 kernel_entry = images->ep; in boot_jump_linux()
89 kernel_entry); in boot_jump_linux()
107 board_jump_and_run(kernel_entry, r0, 0, r2); in boot_jump_linux()
/u-boot/board/synopsys/axs10x/
A Daxs10x.c34 void (*kernel_entry)(int zero, int arch, uint params); in board_jump_and_run() local
36 kernel_entry = (void (*)(int, int, uint))entry; in board_jump_and_run()
40 kernel_entry(zero, arch, params); in board_jump_and_run()
/u-boot/arch/arm/lib/
A Dbootm.c344 void (*kernel_entry)(void *fdt_addr, void *res0, void *res1, in boot_jump_linux() local
348 kernel_entry = (void (*)(void *fdt_addr, void *res0, void *res1, in boot_jump_linux()
352 (ulong) kernel_entry); in boot_jump_linux()
384 void (*kernel_entry)(int zero, int arch, uint params); in boot_jump_linux()
388 kernel_entry = (void (*)(int, int, uint))images->ep; in boot_jump_linux()
390 ulong addr = (ulong)kernel_entry | 1; in boot_jump_linux()
391 kernel_entry = (void *)addr; in boot_jump_linux()
403 "...\n", (ulong) kernel_entry); in boot_jump_linux()
416 secure_ram_addr(_do_nonsec_entry)(kernel_entry, in boot_jump_linux()
420 kernel_entry(0, machid, r2); in boot_jump_linux()
/u-boot/arch/x86/lib/
A Dbootm.c190 :: [kernel_entry]"a"(load_address), in boot_linux_kernel()
/u-boot/doc/arch/
A Dmips.rst32 Linux/MIPS ports don't re-enable caches after entering kernel_entry.
/u-boot/doc/
A DREADME.vxworks40 void (*kernel_entry)(fdt_addr, 0, 0, EPAPR_MAGIC, boot_IMA, 0, 0)
44 void (*kernel_entry)(void *fdt_addr)
/u-boot/board/synopsys/hsdk/
A Dhsdk.c902 void (*kernel_entry)(int zero, int arch, uint params); in board_jump_and_run() local
905 kernel_entry = (void (*)(int, int, uint))entry; in board_jump_and_run()
925 kernel_entry(zero, arch, params); in board_jump_and_run()
/u-boot/arch/arm/cpu/armv7/
A Dpsci.S306 @ {r0, r1, r2, ip} from _do_nonsec_entry(kernel_entry, 0, machid, r2) in

Completed in 33 milliseconds