Searched refs:schedule_frame (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/sh/kernel/
H A Dprocess_32.c191 unsigned long schedule_frame = (unsigned long)p->thread.sp; local
192 return ((unsigned long *)schedule_frame)[21];
/linux-master/arch/alpha/kernel/
H A Dprocess.c377 unsigned long schedule_frame; local
392 schedule_frame = ((unsigned long *)task_thread_info(p)->pcb.ksp)[6];
393 return ((unsigned long *)schedule_frame)[12];

Completed in 214 milliseconds