Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/kernel/
Dprocess.c135 struct fork_frame { in copy_thread() struct
140 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()