Home
last modified time | relevance | path

Searched refs:setup_thread_stack (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/sched/
H A Dtask_stack.h24 #define setup_thread_stack(new,old) do { } while(0) macro
39 static inline void setup_thread_stack(struct task_struct *p, struct task_struct *org) in setup_thread_stack() function
/openbmc/linux/arch/ia64/include/asm/
H A Dthread_info.h69 #define setup_thread_stack(p, org) \ macro
75 #define setup_thread_stack(p, org) \ macro
/openbmc/linux/kernel/
H A Dfork.c1142 setup_thread_stack(tsk, orig); in dup_task_struct()