Home
last modified time | relevance | path

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

/linux/drivers/firmware/efi/libstub/
H A Dloongarch-stub.c15 extern int kernel_entry;
43 return (unsigned long)&kernel_entry - base + kernel_addr; in kernel_entry_address()
H A Driscv.c87 unsigned long kernel_entry = entrypoint + stext_offset(); in efi_enter_kernel() local
88 jump_kernel_func jump_kernel = (jump_kernel_func)kernel_entry; in efi_enter_kernel()
/linux/Documentation/translations/zh_TW/arch/loongarch/
H A Dbooting.rst24 內核在 `kernel_entry` 入口處被傳遞以下參數:
41 u64 kernel_entry /* 內核入口點 */
/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dbooting.rst24 内核在 `kernel_entry` 入口处被传递以下参数:
41 u64 kernel_entry /* 内核入口点 */
/linux/Documentation/arch/loongarch/
H A Dbooting.rst17 The kernel is passed the following arguments on `kernel_entry` :
35 u64 kernel_entry /* Kernel entry point */
/linux/arch/loongarch/kernel/
H A Dvmlinux.lds.S28 ENTRY(kernel_entry)
154 _kernel_entry = ABSOLUTE(kernel_entry & PHYSADDR_MASK);
H A Dhead.S44 SYM_CODE_START(kernel_entry) # kernel entry point
114 SYM_CODE_END(kernel_entry)
H A Dimage-vars.h11 __efistub_kernel_entry = kernel_entry;
H A Dunwind_orc.c352 extern u32 kernel_entry; in is_entry_func()
355 return addr >= (unsigned long)&kernel_entry && addr < (unsigned long)&kernel_entry_end; in is_entry_func()
/linux/arch/mips/cavium-octeon/
H A Dsmp.c41 extern void kernel_entry(unsigned long arg1, ...);
197 unsigned long entry = (unsigned long)kernel_entry; in plat_post_relocation()
360 kernel_entry(0, 0, 0); /* set a2 = 0 for secondary core */ in start_after_reset()
/linux/Documentation/translations/zh_CN/arch/mips/
H A Dbooting.rst19 会立即跳转到kernel_entry()入口处执行。
/linux/Documentation/translations/zh_TW/arch/mips/
H A Dbooting.rst19 會立即跳轉到kernel_entry()入口處執行。
/linux/Documentation/arch/mips/
H A Dbooting.rst9 so the first instruction immediately jumps to kernel_entry().
/linux/arch/mips/kernel/
H A Dvmlinux.lds.S25 ENTRY(kernel_entry)
/linux/arch/mips/include/asm/mach-cavium-octeon/
H A Dkernel-entry-init.h91 # Jump the master to kernel_entry