Home
last modified time | relevance | path

Searched refs:stack_start (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/arch/x86_64/boot/compressed/
Dhead.S44 lss SYMBOL_NAME(stack_start),%esp
139 stack_start: label
/linux-2.4.37.9/arch/i386/kernel/
Dhead.S107 lss stack_start,%esp
322 ENTRY(stack_start)
Dsmpboot.c488 } stack_start; variable
810 stack_start.esp = (void *) (1024 + PAGE_SIZE + (char *)idle); in do_boot_cpu()
/linux-2.4.37.9/arch/i386/boot/compressed/
Dhead.S40 lss SYMBOL_NAME(stack_start),%esp
Dmisc.c300 } stack_start = { & user_stack [STACK_SIZE] , __KERNEL_DS }; variable
/linux-2.4.37.9/arch/sh64/boot/compressed/
Dhead.S128 movi datalabel stack_start, r0
Dmisc.c211 long *stack_start = &user_stack[STACK_SIZE]; variable
/linux-2.4.37.9/arch/sh/boot/compressed/
Dhead.S96 .long stack_start
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() argument
765 retval = copy_thread(0, clone_flags, stack_start, stack_size, p, regs); in do_fork()