Home
last modified time | relevance | path

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

/linux-2.6.39/arch/m68k/kernel/
Dprocess_mm.c63 if (in_sched_functions(sw->retpc)) in thread_saved_pc()
66 return sw->retpc; in thread_saved_pc()
249 childstack->retpc = (unsigned long)ret_from_fork; in copy_thread()
Dprocess_no.c219 childstack->retpc = (unsigned long)ret_from_fork; in copy_thread()
399 if (in_sched_functions(sw->retpc)) in thread_saved_pc()
402 return sw->retpc; in thread_saved_pc()
/linux-2.6.39/arch/h8300/include/asm/
Dptrace.h23 long retpc; member
/linux-2.6.39/arch/m68k/include/asm/
Dptrace.h65 unsigned long retpc; member
/linux-2.6.39/arch/h8300/kernel/
Dprocess.c202 childregs->retpc = (unsigned long) ret_from_fork; in copy_thread()