Searched defs:fork_frame (Results 1 – 3 of 3) sorted by relevance
42 struct fork_frame { struct43 struct inactive_task_frame frame;44 struct pt_regs regs;
145 struct fork_frame { in copy_thread() struct146 struct switch_stack sw; in copy_thread()147 struct pt_regs regs; in copy_thread()
140 struct fork_frame *fork_frame; in copy_thread() local