Searched defs:fork_frame (Results 1 – 2 of 2) sorted by relevance
147 struct fork_frame { in copy_thread() struct148 struct switch_stack sw; in copy_thread()149 struct pt_regs regs; in copy_thread()
166 struct fork_frame *fork_frame; in copy_thread() local