| /linux-6.15/arch/mips/kernel/ |
| H A D | head.S | 81 j kernel_entry 86 NESTED(kernel_entry, 16, sp) # kernel entry point 144 END(kernel_entry)
|
| H A D | relocate.c | 332 void *kernel_entry = start_kernel; in relocate_kernel() local 426 kernel_entry = RELOCATED(start_kernel); in relocate_kernel() 432 return kernel_entry; in relocate_kernel()
|
| H A D | vmlinux.lds.S | 25 ENTRY(kernel_entry)
|
| /linux-6.15/drivers/firmware/efi/libstub/ |
| H A D | loongarch-stub.c | 15 extern int kernel_entry; 43 return (unsigned long)&kernel_entry - base + kernel_addr; in kernel_entry_address()
|
| H A D | riscv.c | 87 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()
|
| H A D | x86-stub.c | 733 static efi_status_t efi_decompress_kernel(unsigned long *kernel_entry, in efi_decompress_kernel() argument 789 *kernel_entry = addr + entry; in efi_decompress_kernel() 815 unsigned long kernel_entry; in efi_stub_entry() local 873 status = efi_decompress_kernel(&kernel_entry, boot_params); in efi_stub_entry() 936 enter_kernel(kernel_entry, boot_params); in efi_stub_entry()
|
| /linux-6.15/Documentation/translations/zh_TW/arch/loongarch/ |
| H A D | booting.rst | 24 內核在 `kernel_entry` 入口處被傳遞以下參數: 41 u64 kernel_entry /* 內核入口點 */
|
| /linux-6.15/Documentation/translations/zh_CN/arch/loongarch/ |
| H A D | booting.rst | 24 内核在 `kernel_entry` 入口处被传递以下参数: 41 u64 kernel_entry /* 内核入口点 */
|
| /linux-6.15/Documentation/arch/loongarch/ |
| H A D | booting.rst | 17 The kernel is passed the following arguments on `kernel_entry` : 35 u64 kernel_entry /* Kernel entry point */
|
| /linux-6.15/arch/loongarch/kernel/ |
| H A D | vmlinux.lds.S | 28 ENTRY(kernel_entry) 154 _kernel_entry = ABSOLUTE(kernel_entry & PHYSADDR_MASK);
|
| H A D | head.S | 44 SYM_CODE_START(kernel_entry) # kernel entry point 114 SYM_CODE_END(kernel_entry)
|
| H A D | image-vars.h | 11 __efistub_kernel_entry = kernel_entry;
|
| H A D | unwind_orc.c | 352 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-6.15/arch/mips/cavium-octeon/ |
| H A D | smp.c | 41 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-6.15/Documentation/translations/zh_TW/arch/mips/ |
| H A D | booting.rst | 19 會立即跳轉到kernel_entry()入口處執行。
|
| /linux-6.15/Documentation/translations/zh_CN/arch/mips/ |
| H A D | booting.rst | 19 会立即跳转到kernel_entry()入口处执行。
|
| /linux-6.15/arch/s390/purgatory/ |
| H A D | head.S | 69 lg %r4,kernel_entry-\base(%r13) 256 SYM_DATA(kernel_entry, .skip 8)
|
| /linux-6.15/Documentation/arch/mips/ |
| H A D | booting.rst | 9 so the first instruction immediately jumps to kernel_entry().
|
| /linux-6.15/arch/mips/include/asm/mach-cavium-octeon/ |
| H A D | kernel-entry-init.h | 91 # Jump the master to kernel_entry
|
| /linux-6.15/arch/arm64/kernel/ |
| H A D | entry.S | 199 .macro kernel_entry, el, regsize = 64 macro 559 kernel_entry 1 576 kernel_entry \el, \regsize
|