Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/arc/lib/
H A Dbootm.c62 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()
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dbootm.c382 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()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Dhead.S79 j kernel_entry
84 NESTED(kernel_entry, 16, sp) # kernel entry point
173 END(kernel_entry)
H A Drelocate.c311 void *kernel_entry = start_kernel; in relocate_kernel() local
405 kernel_entry = RELOCATED(start_kernel); in relocate_kernel()
408 return kernel_entry; in relocate_kernel()
H A Dvmlinux.lds.S23 ENTRY(kernel_entry)
/OK3568_Linux_fs/kernel/arch/arm64/kernel/
H A Dentry.S224 .macro kernel_entry, el, regsize = 64 macro
700 kernel_entry 1
717 kernel_entry \el, \regsize
768 kernel_entry 1
776 kernel_entry 1
786 kernel_entry 0
795 kernel_entry 0, 32
803 kernel_entry 0, 32
808 kernel_entry 0, 32
815 kernel_entry 0
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Driscv-stub.c66 unsigned long kernel_entry = entrypoint + stext_offset; in efi_enter_kernel() local
67 jump_kernel_func jump_kernel = (jump_kernel_func)kernel_entry; in efi_enter_kernel()
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/
H A Dsmp.c40 extern void kernel_entry(unsigned long arg1, ...);
196 unsigned long entry = (unsigned long)kernel_entry; in plat_post_relocation()
363 kernel_entry(0, 0, 0); /* set a2 = 0 for secondary core */ in start_after_reset()
/OK3568_Linux_fs/kernel/arch/s390/purgatory/
H A Dhead.S66 lg %r4,kernel_entry-\base(%r13)
263 GLOBAL_VARIABLE kernel_entry,8
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl.c497 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()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.vxworks31 void (*kernel_entry)(fdt_addr, 0, 0, EPAPR_MAGIC, boot_IMA, 0, 0)
35 void (*kernel_entry)(void *fdt_addr)
H A DREADME.mips33 Linux/MIPS ports don't re-enable caches after entering kernel_entry.
/OK3568_Linux_fs/kernel/Documentation/mips/
H A Dbooting.rst9 so the first instruction immediately jumps to kernel_entry().
/OK3568_Linux_fs/u-boot/arch/x86/lib/
H A Dbootm.c187 :: [kernel_entry]"a"(load_address), in boot_linux_kernel()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dfitimage.py766 kernel_entry = str(get_bb_var('UBOOT_ENTRYPOINT'))
785 'entry = <' + kernel_entry + '>;',
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h91 # Jump the master to kernel_entry
/OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/
H A Dpsci.S306 @ {r0, r1, r2, ip} from _do_nonsec_entry(kernel_entry, 0, machid, r2) in