Searched refs:start_kernel (Results 1 – 25 of 29) sorted by relevance
12
| /linux/arch/um/kernel/skas/ |
| H A D | process.c | 20 extern void start_kernel(void); 26 start_kernel(); in start_kernel_proc()
|
| /linux/include/linux/ |
| H A D | start_kernel.h | 11 extern asmlinkage void __init __noreturn start_kernel(void);
|
| /linux/tools/objtool/ |
| H A D | noreturns.h | 49 NORETURN(start_kernel)
|
| /linux/arch/m68k/kernel/ |
| H A D | sun3-head.S | 82 jbsr start_kernel
|
| /linux/arch/alpha/boot/ |
| H A D | head.S | 16 jsr $26,start_kernel
|
| H A D | main.c | 151 void start_kernel(void) in start_kernel() function
|
| H A D | bootp.c | 134 start_kernel(void) in start_kernel() function
|
| H A D | bootpz.c | 262 start_kernel(void) in start_kernel() function
|
| /linux/arch/alpha/kernel/ |
| H A D | head.S | 31 jsr $26,start_kernel
|
| /linux/arch/loongarch/kernel/ |
| H A D | head.S | 105 bl start_kernel
|
| /linux/Documentation/fault-injection/ |
| H A D | nvme-fault-injection.rst | 64 start_kernel+0x4c4/0x4e4 173 start_kernel+0x51c/0x53b
|
| /linux/arch/m68k/68000/ |
| H A D | head.S | 239 jsr start_kernel /* start Linux kernel */
|
| /linux/arch/x86/kernel/ |
| H A D | head32.c | 79 start_kernel(); in i386_start_kernel()
|
| H A D | head64.c | 310 start_kernel(); in x86_64_start_reservations()
|
| /linux/arch/parisc/kernel/ |
| H A D | setup.c | 309 start_kernel(); in start_parisc()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-stress.c | 324 static void start_kernel(struct child_data *child, int cpu, int copy) in start_kernel() function 557 start_kernel(&children[num_children++], i, 0); in main()
|
| /linux/Documentation/dev-tools/ |
| H A D | ubsan.rst | 43 [<ffffffff830ae053>] start_kernel+0x83/0x49a
|
| /linux/arch/sparc/kernel/ |
| H A D | setup_32.c | 280 start_kernel(); in sparc32_start_kernel()
|
| /linux/arch/arc/kernel/ |
| H A D | head.S | 151 j start_kernel ; "C" entry point
|
| /linux/arch/m68k/coldfire/ |
| H A D | head.S | 294 jsr start_kernel /* start Linux kernel */
|
| /linux/arch/arm/kernel/ |
| H A D | head-common.S | 121 b start_kernel
|
| /linux/tools/testing/kunit/test_data/ |
| H A D | test_output_isolated_correctly.log | 37 [<60001bc8>] ? start_kernel+0x477/0x56a
|
| /linux/arch/powerpc/kernel/ |
| H A D | head_44x.S | 224 lis r4,start_kernel@h 225 ori r4,r4,start_kernel@l
|
| H A D | head_8xx.S | 609 lis r3,start_kernel@h 610 ori r3,r3,start_kernel@l
|
| /linux/arch/riscv/kernel/ |
| H A D | head.S | 328 tail start_kernel
|
12