Home
last modified time | relevance | path

Searched refs:start_kernel (Results 1 - 25 of 90) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Drelocate.c10 #include <linux/start_kernel.h>
222 void *kernel_entry = start_kernel; in relocate_kernel()
260 kernel_entry = RELOCATED(start_kernel); in relocate_kernel()
275 void *kernel_entry = start_kernel; in relocate_kdump_kernel()
290 kernel_entry = RELOCATED((unsigned long)start_kernel - (unsigned long)&_text in relocate_kdump_kernel()
/kernel/linux/linux-5.10/arch/um/kernel/skas/
H A Dprocess.c16 extern void start_kernel(void);
28 start_kernel(); in start_kernel_proc()
/kernel/linux/linux-6.6/arch/s390/kernel/
H A Dhead64.S31 brasl %r14,start_kernel # common init code
33 # We returned from start_kernel ?!? PANIK
/kernel/linux/linux-6.6/arch/um/kernel/skas/
H A Dprocess.c16 extern void start_kernel(void);
28 start_kernel(); in start_kernel_proc()
/kernel/linux/linux-5.10/arch/c6x/kernel/
H A Dhead.S74 MVKL .S1 start_kernel,A0
75 MVKH .S1 start_kernel,A0
78 B .S2 start_kernel
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dhead64.S39 brasl %r14,start_kernel # common init code
41 # We returned from start_kernel ?!? PANIK
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dhead32.c10 #include <linux/start_kernel.h>
56 start_kernel(); in i386_start_kernel()
/kernel/linux/linux-5.10/arch/csky/kernel/
H A Dsetup.c9 #include <linux/start_kernel.h>
120 start_kernel(); in csky_start()
/kernel/linux/linux-6.6/arch/csky/kernel/
H A Dsetup.c9 #include <linux/start_kernel.h>
131 start_kernel(); in csky_start()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dhead32.c10 #include <linux/start_kernel.h>
56 start_kernel(); in i386_start_kernel()
/kernel/linux/linux-5.10/include/linux/
H A Dstart_kernel.h8 /* Define the prototype for start_kernel here, rather than cluttering
11 extern asmlinkage void __init start_kernel(void);
/kernel/linux/linux-6.6/include/linux/
H A Dstart_kernel.h8 /* Define the prototype for start_kernel here, rather than cluttering
11 extern asmlinkage void __init __noreturn start_kernel(void);
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Drelocate.c22 #include <linux/start_kernel.h>
311 void *kernel_entry = start_kernel; in relocate_kernel()
405 kernel_entry = RELOCATED(start_kernel); in relocate_kernel()
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Drelocate.c23 #include <linux/start_kernel.h>
332 void *kernel_entry = start_kernel; in relocate_kernel()
426 kernel_entry = RELOCATED(start_kernel); in relocate_kernel()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dsetup.c27 #include <linux/start_kernel.h>
197 ** called by start_kernel(). In other words, this code can't in parisc_proc_mkdir()
199 ** start_kernel(). in parisc_proc_mkdir()
411 start_kernel(); in start_parisc()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dsetup.c27 #include <linux/start_kernel.h>
308 start_kernel(); in start_parisc()
/kernel/linux/linux-5.10/arch/h8300/kernel/
H A Dhead_ram.S56 jsr @start_kernel
H A Dhead_rom.S95 jsr @start_kernel
/kernel/linux/linux-5.10/arch/alpha/boot/
H A Dhead.S16 jsr $26,start_kernel
H A Dbootp.c134 start_kernel(void) in start_kernel() function
/kernel/linux/linux-5.10/arch/m68k/kernel/
H A Dsun3-head.S82 jbsr start_kernel
/kernel/linux/linux-6.6/arch/m68k/kernel/
H A Dsun3-head.S82 jbsr start_kernel
/kernel/linux/linux-6.6/arch/alpha/boot/
H A Dhead.S16 jsr $26,start_kernel
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsetup_32.c36 #include <linux/start_kernel.h>
294 start_kernel(); in sparc32_start_kernel()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsetup_32.c36 #include <linux/start_kernel.h>
293 start_kernel(); in sparc32_start_kernel()

Completed in 9 milliseconds

1234