Searched refs:_init_sp (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/m68k/kernel/
H A Dsetup_no.c96 * _init_sp global contains the address in the stack pointer when the
102 * _init_sp can be parsed as such
104 * _init_sp+00 = u-boot cmd after jsr into kernel (skip)
105 * _init_sp+04 = &kernel board_info (residual data)
106 * _init_sp+08 = &initrd_start
107 * _init_sp+12 = &initrd_end
108 * _init_sp+16 = &cmd_start
109 * _init_sp+20 = &cmd_end
122 extern unsigned long _init_sp; parse_uboot_commandline()
129 sp = (unsigned long *)_init_sp; parse_uboot_commandline()
/linux-4.4.14/arch/m68k/coldfire/
H A Dhead.S110 .global _init_sp
131 _init_sp: label
159 movel %sp,_init_sp /* save initial stack pointer */

Completed in 98 milliseconds