Searched defs:stack_start (Results 1 – 12 of 12) sorted by relevance
/linux-3.3/arch/blackfin/include/asm/ |
D | l1layout.h | 23 void *stack_start; member
|
D | mmu.h | 19 unsigned long stack_start; member
|
/linux-3.3/samples/kprobes/ |
D | jprobe_example.c | 26 static long jdo_fork(unsigned long clone_flags, unsigned long stack_start, in jdo_fork()
|
/linux-3.3/arch/sh/boot/compressed/ |
D | misc.c | 114 long *stack_start = &user_stack[STACK_SIZE]; variable
|
/linux-3.3/arch/hexagon/kernel/ |
D | smp.c | 200 void *stack_start; in __cpu_up() local
|
/linux-3.3/arch/unicore32/kernel/ |
D | process.c | 264 copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread()
|
/linux-3.3/arch/sparc/kernel/ |
D | process_32.c | 423 unsigned long stack_start,
|
D | process_64.c | 504 unsigned long stack_start, in sparc_do_fork()
|
/linux-3.3/arch/h8300/boot/compressed/ |
D | misc.c | 168 long* stack_start = &user_stack[STACK_SIZE]; variable
|
/linux-3.3/arch/arm/kernel/ |
D | process.c | 394 copy_thread(unsigned long clone_flags, unsigned long stack_start, in copy_thread()
|
/linux-3.3/kernel/ |
D | fork.c | 1097 unsigned long stack_start, in copy_process() 1516 unsigned long stack_start, in do_fork()
|
/linux-3.3/arch/mn10300/boot/compressed/ |
D | misc.c | 319 } stack_start = { &user_stack[STACK_SIZE], 0 }; variable
|