| /linux/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 439 kernel_entry = RELOCATED(start_kernel); in relocate_kernel() 445 return kernel_entry; in relocate_kernel()
|
| H A D | vmlinux.lds.S | 25 ENTRY(kernel_entry)
|
| /linux/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 | 835 static efi_status_t efi_decompress_kernel(unsigned long *kernel_entry, in efi_decompress_kernel() argument 891 *kernel_entry = addr + entry; in efi_decompress_kernel() 919 unsigned long kernel_entry; in efi_stub_entry() local 977 status = efi_decompress_kernel(&kernel_entry, boot_params); in efi_stub_entry() 1040 enter_kernel(kernel_entry, boot_params); in efi_stub_entry()
|
| /linux/Documentation/translations/zh_TW/arch/loongarch/ |
| H A D | booting.rst | 24 內核在 `kernel_entry` 入口處被傳遞以下參數: 41 u64 kernel_entry /* 內核入口點 */
|
| /linux/Documentation/translations/zh_CN/arch/loongarch/ |
| H A D | booting.rst | 24 内核在 `kernel_entry` 入口处被传递以下参数: 41 u64 kernel_entry /* 内核入口点 */
|
| /linux/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/arch/loongarch/kernel/ |
| H A D | head.S | 44 SYM_CODE_START(kernel_entry) # kernel entry point 108 SYM_CODE_END(kernel_entry)
|
| H A D | vmlinux.lds.S | 28 ENTRY(kernel_entry) 155 _kernel_entry = ABSOLUTE(kernel_entry & PHYSADDR_MASK);
|
| H A D | image-vars.h | 11 __efistub_kernel_entry = kernel_entry;
|
| H A D | kexec_efi.c | 102 image->start = kernel_segment->mem + h->kernel_entry - text_offset; in efi_kexec_load()
|
| /linux/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/arch/loongarch/include/asm/ |
| H A D | image.h | 29 uint64_t kernel_entry; member
|
| /linux/Documentation/translations/zh_CN/arch/mips/ |
| H A D | booting.rst | 19 会立即跳转到kernel_entry()入口处执行。
|
| /linux/Documentation/translations/zh_TW/arch/mips/ |
| H A D | booting.rst | 19 會立即跳轉到kernel_entry()入口處執行。
|
| /linux/arch/s390/purgatory/ |
| H A D | head.S | 69 lg %r4,kernel_entry-\base(%r13) 256 SYM_DATA(kernel_entry, .skip 8)
|
| /linux/Documentation/arch/mips/ |
| H A D | booting.rst | 9 so the first instruction immediately jumps to kernel_entry().
|
| /linux/arch/arm64/kernel/ |
| H A D | entry.S | 197 .macro kernel_entry, el, regsize = 64 macro 556 kernel_entry 1 572 kernel_entry \el, \regsize
|
| /linux/arch/mips/include/asm/mach-cavium-octeon/ |
| H A D | kernel-entry-init.h | 91 # Jump the master to kernel_entry
|