Searched refs:kernel_entry (Results 1 – 7 of 7) sorted by relevance
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | bootm.c | 62 void (*kernel_entry)(int zero, int arch, uint params); in boot_jump_linux() local 66 kernel_entry = (void (*)(int, int, uint))images->ep; in boot_jump_linux() 69 (ulong) kernel_entry); in boot_jump_linux() 86 smp_set_core_boot_addr((unsigned long)kernel_entry, -1); in boot_jump_linux() 90 kernel_entry(r0, 0, r2); in boot_jump_linux()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | bootm.c | 382 void (*kernel_entry)(void *fdt_addr, void *res0, void *res1, in boot_jump_linux() local 392 kernel_entry = (void (*)(void *fdt_addr, void *res0, void *res1, in boot_jump_linux() 396 (ulong) kernel_entry); in boot_jump_linux() 428 void (*kernel_entry)(int zero, int arch, uint params); in boot_jump_linux() 432 kernel_entry = (void (*)(int, int, uint))images->ep; in boot_jump_linux() 434 ulong addr = (ulong)kernel_entry | 1; in boot_jump_linux() 435 kernel_entry = (void *)addr; in boot_jump_linux() 447 "...\n", (ulong) kernel_entry); in boot_jump_linux() 460 secure_ram_addr(_do_nonsec_entry)(kernel_entry, in boot_jump_linux() 464 kernel_entry(0, machid, r2); in boot_jump_linux()
|
| /rk3399_rockchip-uboot/common/spl/ |
| H A D | spl.c | 497 void (*kernel_entry)(int zero, int arch, ulong params); in boot_jump_linux() local 502 kernel_entry = (void (*)(int, int, ulong))spl_image->entry_point_os; in boot_jump_linux() 503 kernel_entry(0, 0, (ulong)spl_image->fdt_addr); in boot_jump_linux()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.vxworks | 31 void (*kernel_entry)(fdt_addr, 0, 0, EPAPR_MAGIC, boot_IMA, 0, 0) 35 void (*kernel_entry)(void *fdt_addr)
|
| H A D | README.mips | 33 Linux/MIPS ports don't re-enable caches after entering kernel_entry.
|
| /rk3399_rockchip-uboot/arch/x86/lib/ |
| H A D | bootm.c | 187 :: [kernel_entry]"a"(load_address), in boot_linux_kernel()
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | psci.S | 309 @ {r0, r1, r2, ip} from _do_nonsec_entry(kernel_entry, 0, machid, r2) in
|