Home
last modified time | relevance | path

Searched refs:start_kernel (Results 1 – 25 of 53) sorted by relevance

123

/linux-2.6.39/arch/tile/kernel/
Dinit_task.c52 DEFINE_PER_CPU(unsigned long, boot_pc) = (unsigned long)start_kernel;
58 unsigned long __initdata boot_pc = (unsigned long)start_kernel;
/linux-2.6.39/arch/score/kernel/
Dhead.S30 .extern start_kernel
69 la r30, start_kernel /* jump to init_arch */
/linux-2.6.39/arch/um/kernel/skas/
Dprocess.c32 extern void start_kernel(void);
46 start_kernel(); in start_kernel_proc()
/linux-2.6.39/arch/s390/kernel/
Dhead31.S103 basr %r14,%r14 # call start_kernel
105 # We returned from start_kernel ?!? PANIK
112 .Lstart:.long start_kernel
Dhead64.S99 brasl %r14,start_kernel # go to C code
101 # We returned from start_kernel ?!? PANIK
/linux-2.6.39/include/linux/
Dstart_kernel.h10 extern asmlinkage void __init start_kernel(void);
/linux-2.6.39/arch/avr32/kernel/
Dhead.S42 .long start_kernel
/linux-2.6.39/arch/x86/kernel/
Dhead32.c69 start_kernel(); in i386_start_kernel()
Dhead64.c124 start_kernel(); in x86_64_start_reservations()
/linux-2.6.39/arch/parisc/kernel/
Dsetup.c371 extern void start_kernel(void); in start_parisc()
392 start_kernel(); in start_parisc()
/linux-2.6.39/arch/microblaze/kernel/
Dhead.S247 braid start_kernel
278 ori r17, r0, start_kernel
/linux-2.6.39/arch/arm/kernel/
Dhead-nommu.S86 @ to start_kernel
/linux-2.6.39/arch/m68k/platform/68328/
Dhead-de2.S114 jmp start_kernel
Dhead-rom.S91 1: jsr start_kernel
Dhead-ram.S104 jsr start_kernel
Dhead-pilot.S214 jsr start_kernel
/linux-2.6.39/arch/m68k/kernel/
Dsun3-head.S81 jbsr start_kernel
/linux-2.6.39/arch/alpha/boot/
Dhead.S15 jsr $26,start_kernel
Dbootp.c135 start_kernel(void) in start_kernel() function
Dmain.c153 void start_kernel(void) in start_kernel() function
/linux-2.6.39/arch/alpha/kernel/
Dhead.S32 jsr $26,start_kernel
/linux-2.6.39/arch/frv/
DKconfig.debug42 start_kernel() in init/main.c.
/linux-2.6.39/arch/m32r/kernel/
Dhead.S27 .global start_kernel
125 LDIMM (r2, start_kernel)
/linux-2.6.39/arch/frv/kernel/
Ddebug-stub.c124 __debug_frame->pc = (unsigned long) start_kernel; in debug_stub_init()
/linux-2.6.39/arch/m68k/platform/coldfire/
Dhead.S245 jsr start_kernel /* start Linux kernel */

123