Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dswitch_to.h44 struct fork_frame { struct
45 struct inactive_task_frame frame;
46 struct pt_regs regs;
/openbmc/linux/arch/m68k/kernel/
H A Dprocess.c146 struct fork_frame { in copy_thread() struct
147 struct switch_stack sw; in copy_thread()
148 struct pt_regs regs; in copy_thread()
/openbmc/linux/arch/x86/kernel/
H A Dprocess.c165 struct fork_frame *fork_frame; in copy_thread() local