Searched refs:stack_start (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/arch/x86_64/boot/compressed/ |
D | head.S | 44 lss SYMBOL_NAME(stack_start),%esp 139 stack_start: label
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | head.S | 107 lss stack_start,%esp 322 ENTRY(stack_start)
|
D | smpboot.c | 488 } 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/ |
D | head.S | 40 lss SYMBOL_NAME(stack_start),%esp
|
D | misc.c | 300 } stack_start = { & user_stack [STACK_SIZE] , __KERNEL_DS }; variable
|
/linux-2.4.37.9/arch/sh64/boot/compressed/ |
D | head.S | 128 movi datalabel stack_start, r0
|
D | misc.c | 211 long *stack_start = &user_stack[STACK_SIZE]; variable
|
/linux-2.4.37.9/arch/sh/boot/compressed/ |
D | head.S | 96 .long stack_start
|
D | misc.c | 225 long* stack_start = &user_stack[STACK_SIZE]; variable
|
/linux-2.4.37.9/kernel/ |
D | fork.c | 647 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()
|