fork_frame        130 arch/m68k/kernel/process.c 	frame = (struct fork_frame *) (task_stack_page(p) + THREAD_SIZE) - 1;
fork_frame        143 arch/m68k/kernel/process.c 		memset(frame, 0, sizeof(struct fork_frame));
fork_frame        151 arch/m68k/kernel/process.c 	memcpy(frame, container_of(current_pt_regs(), struct fork_frame, regs),
fork_frame        152 arch/m68k/kernel/process.c 		sizeof(struct fork_frame));
fork_frame        119 arch/x86/kernel/process_32.c 	struct fork_frame *fork_frame = container_of(childregs, struct fork_frame, regs);
fork_frame        120 arch/x86/kernel/process_32.c 	struct inactive_task_frame *frame = &fork_frame->frame;
fork_frame        133 arch/x86/kernel/process_32.c 	p->thread.sp = (unsigned long) fork_frame;
fork_frame        379 arch/x86/kernel/process_64.c 	struct fork_frame *fork_frame;
fork_frame        384 arch/x86/kernel/process_64.c 	fork_frame = container_of(childregs, struct fork_frame, regs);
fork_frame        385 arch/x86/kernel/process_64.c 	frame = &fork_frame->frame;
fork_frame        389 arch/x86/kernel/process_64.c 	p->thread.sp = (unsigned long) fork_frame;