Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-m68k/
Dprocessor.h131 if (sw->retpc > (unsigned long)scheduling_functions_start_here && in thread_saved_pc()
132 sw->retpc < (unsigned long)scheduling_functions_end_here) in thread_saved_pc()
135 return sw->retpc; in thread_saved_pc()
Dptrace.h58 unsigned long retpc; member
/linux-2.4.37.9/arch/m68k/kernel/
Dprocess.c225 childstack->retpc = (unsigned long)ret_from_fork; in copy_thread()