Searched refs:fork_frame (Results 1 – 2 of 2) sorted by relevance
147 struct fork_frame { in copy_thread() struct152 frame = (struct fork_frame *) (task_stack_page(p) + THREAD_SIZE) - 1; in copy_thread()165 memset(frame, 0, sizeof(struct fork_frame)); in copy_thread()173 memcpy(frame, container_of(current_pt_regs(), struct fork_frame, regs), in copy_thread()174 sizeof(struct fork_frame)); in copy_thread()
44 struct fork_frame { struct