/linux-4.4.14/arch/um/kernel/skas/ |
D | process.c | 13 extern void start_kernel(void); 25 start_kernel(); in start_kernel_proc()
|
/linux-4.4.14/arch/score/kernel/ |
D | head.S | 30 .extern start_kernel 69 la r30, start_kernel /* jump to init_arch */
|
/linux-4.4.14/arch/c6x/kernel/ |
D | head.S | 77 MVKL .S1 start_kernel,A0 78 MVKH .S1 start_kernel,A0 81 B .S2 start_kernel
|
/linux-4.4.14/include/linux/ |
D | start_kernel.h | 10 extern asmlinkage void __init start_kernel(void);
|
/linux-4.4.14/arch/avr32/kernel/ |
D | head.S | 22 .long start_kernel
|
/linux-4.4.14/arch/x86/kernel/ |
D | head32.c | 50 start_kernel(); in i386_start_kernel()
|
D | head64.c | 195 start_kernel(); in x86_64_start_reservations()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | setup.c | 388 extern void start_kernel(void); in start_parisc() 412 start_kernel(); in start_parisc()
|
/linux-4.4.14/arch/s390/kernel/ |
D | head64.S | 101 brasl %r14,start_kernel # go to C code 103 # We returned from start_kernel ?!? PANIK
|
/linux-4.4.14/arch/h8300/kernel/ |
D | head_ram.S | 55 jsr @start_kernel
|
D | head_rom.S | 94 jsr @start_kernel
|
/linux-4.4.14/arch/m68k/kernel/ |
D | sun3-head.S | 81 jbsr start_kernel
|
D | head.S | 1511 jbsr start_kernel
|
/linux-4.4.14/arch/alpha/boot/ |
D | head.S | 15 jsr $26,start_kernel
|
D | bootp.c | 134 start_kernel(void) in start_kernel() function
|
D | main.c | 151 void start_kernel(void) in start_kernel() function
|
D | bootpz.c | 262 start_kernel(void) in start_kernel() function
|
/linux-4.4.14/arch/mips/kernel/ |
D | head.S | 135 j start_kernel
|
/linux-4.4.14/arch/alpha/kernel/ |
D | head.S | 30 jsr $26,start_kernel
|
/linux-4.4.14/arch/frv/ |
D | Kconfig.debug | 38 start_kernel() in init/main.c.
|
/linux-4.4.14/arch/m32r/kernel/ |
D | head.S | 27 .global start_kernel 125 LDIMM (r2, start_kernel)
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | head.S | 355 braid start_kernel 385 ori r17, r0, start_kernel
|
/linux-4.4.14/arch/m68k/68000/ |
D | head.S | 238 jsr start_kernel /* start Linux kernel */
|
/linux-4.4.14/arch/frv/kernel/ |
D | debug-stub.c | 123 __debug_frame->pc = (unsigned long) start_kernel; in debug_stub_init()
|
D | head.S | 533 call start_kernel
|
/linux-4.4.14/arch/nios2/kernel/ |
D | head.S | 166 movia r1, start_kernel /* call start_kernel as a subroutine */
|
/linux-4.4.14/Documentation/frv/ |
D | gdbstub.txt | 49 the beginning of start_kernel() in init/main.c. 99 start_kernel () at init/main.c:395
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | head.S | 222 call start_kernel
|
/linux-4.4.14/arch/arm/kernel/ |
D | head-common.S | 104 b start_kernel
|
/linux-4.4.14/arch/sparc/kernel/ |
D | setup_32.c | 295 start_kernel(); in sparc32_start_kernel()
|
D | setup_64.c | 365 start_kernel(); in start_early_boot()
|
/linux-4.4.14/arch/m68k/coldfire/ |
D | head.S | 293 jsr start_kernel /* start Linux kernel */
|
/linux-4.4.14/arch/unicore32/kernel/ |
D | head.S | 225 b start_kernel
|
/linux-4.4.14/arch/sh/kernel/ |
D | head_32.S | 339 5: .long start_kernel
|
D | head_64.S | 273 movi start_kernel, r32
|
/linux-4.4.14/arch/m68k/68360/ |
D | head-rom.S | 260 jsr start_kernel
|
D | head-ram.S | 250 jsr start_kernel
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | head.S | 275 movi a4, start_kernel
|
/linux-4.4.14/arch/metag/kernel/ |
D | setup.c | 556 start_kernel(); in metag_start_kernel()
|
/linux-4.4.14/arch/mn10300/ |
D | Kconfig.debug | 54 start_kernel() in init/main.c.
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | head_8xx.S | 729 lis r3,start_kernel@h 730 ori r3,r3,start_kernel@l
|
D | head_40x.S | 888 lis r3,start_kernel@h 889 ori r3,r3,start_kernel@l
|
D | head_44x.S | 224 lis r4,start_kernel@h 225 ori r4,r4,start_kernel@l
|
D | head_32.S | 1006 lis r3,start_kernel@h 1007 ori r3,r3,start_kernel@l
|
D | head_fsl_booke.S | 291 lis r4,start_kernel@h 292 ori r4,r4,start_kernel@l
|
D | head_64.S | 868 bl start_kernel
|
/linux-4.4.14/arch/cris/arch-v10/kernel/ |
D | head.S | 595 jump start_kernel ; jump into the C-function start_kernel in init/main.c
|
/linux-4.4.14/arch/arm64/kernel/ |
D | head.S | 433 b start_kernel
|
/linux-4.4.14/init/ |
D | main.c | 497 asmlinkage __visible void __init start_kernel(void) in start_kernel() function
|
/linux-4.4.14/arch/tile/kernel/ |
D | setup.c | 77 DEFINE_PER_CPU(unsigned long, boot_pc) = (unsigned long)start_kernel; 83 unsigned long __initdata boot_pc = (unsigned long)start_kernel;
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | gdb-stub.c | 1206 regs->pc = (unsigned long) start_kernel; in gdbstub()
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | head.S | 626 LOAD_SYMBOL_2_GPR(r30, start_kernel)
|
/linux-4.4.14/arch/ia64/kernel/ |
D | head.S | 409 br.call.sptk.many rp=start_kernel
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 2493 to gdb which will leave it stopped at the beginning of start_kernel. 4086 it when it stops in start_kernel and make it crash. Now ^C gdb and 4243 #4 0x100ec18f in start_kernel () at init/main.c:592
|
/linux-4.4.14/Documentation/s390/ |
D | Debugging390.txt | 1281 00014a78 T start_kernel 1282 so 0014CA6 is start_kernel+some hex number I can't add in my head.
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 973 => start_kernel
|