Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/coldfire/
Dhead.S110 .global _init_sp
131 _init_sp: label
159 movel %sp,_init_sp /* save initial stack pointer */
/linux-4.4.14/arch/m68k/kernel/
Dsetup_no.c122 extern unsigned long _init_sp; in parse_uboot_commandline()
129 sp = (unsigned long *)_init_sp; in parse_uboot_commandline()