Home
last modified time | relevance | path

Searched defs:stack_start (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dhead.S139 stack_start: label
/linux-2.4.37.9/arch/sh64/boot/compressed/
Dmisc.c211 long *stack_start = &user_stack[STACK_SIZE]; variable
/linux-2.4.37.9/arch/sh/boot/compressed/
Dmisc.c225 long* stack_start = &user_stack[STACK_SIZE]; variable
/linux-2.4.37.9/kernel/
Dfork.c647 int do_fork(unsigned long clone_flags, unsigned long stack_start, in do_fork()
/linux-2.4.37.9/arch/i386/kernel/
Dsmpboot.c488 } stack_start; variable
/linux-2.4.37.9/arch/i386/boot/compressed/
Dmisc.c300 } stack_start = { & user_stack [STACK_SIZE] , __KERNEL_DS }; variable