Searched refs:kernel_entry (Results 1 – 4 of 4) sorted by relevance
| /arch/arc/lib/ |
| A D | bootm.c | 44 void (*kernel_entry)(int zero, int arch, uint params); in board_jump_and_run() local 46 kernel_entry = (void (*)(int, int, uint))entry; in board_jump_and_run() 48 kernel_entry(zero, arch, params); in board_jump_and_run() 54 ulong kernel_entry; in boot_jump_linux() local 58 kernel_entry = images->ep; in boot_jump_linux() 61 kernel_entry); in boot_jump_linux() 79 board_jump_and_run(kernel_entry, r0, 0, r2); in boot_jump_linux()
|
| /arch/arm/lib/ |
| A D | bootm.c | 289 void (*kernel_entry)(void *fdt_addr, void *res0, void *res1, in boot_jump_linux() local 293 kernel_entry = (void (*)(void *fdt_addr, void *res0, void *res1, in boot_jump_linux() 297 (ulong) kernel_entry); in boot_jump_linux() 329 void (*kernel_entry)(int zero, int arch, uint params); in boot_jump_linux() 333 kernel_entry = (void (*)(int, int, uint))images->ep; in boot_jump_linux() 335 ulong addr = (ulong)kernel_entry | 1; in boot_jump_linux() 336 kernel_entry = (void *)addr; in boot_jump_linux() 348 "...\n", (ulong) kernel_entry); in boot_jump_linux() 361 secure_ram_addr(_do_nonsec_entry)(kernel_entry, in boot_jump_linux() 365 kernel_entry(0, machid, r2); in boot_jump_linux()
|
| /arch/x86/lib/ |
| A D | bootm.c | 226 :: [kernel_entry]"a"(entry), in boot_linux_kernel()
|
| /arch/arm/cpu/armv7/ |
| A D | psci.S | 283 @ {r0, r1, r2, ip} from _do_nonsec_entry(kernel_entry, 0, machid, r2) in
|
Completed in 100 milliseconds