Searched refs:fork_frame (Results 1 – 1 of 1) sorted by relevance
135 struct fork_frame { in copy_thread() struct140 frame = (struct fork_frame *) (task_stack_page(p) + THREAD_SIZE) - 1; in copy_thread()153 memset(frame, 0, sizeof(struct fork_frame)); in copy_thread()161 memcpy(frame, container_of(current_pt_regs(), struct fork_frame, regs), in copy_thread()162 sizeof(struct fork_frame)); in copy_thread()