Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ppc/kernel/
Dsignal.c352 unsigned long origsp = newsp; in handle_rt_signal() local
362 if (verify_area(VERIFY_WRITE, (void *) newsp, origsp - newsp)) in handle_rt_signal()
496 unsigned long origsp = newsp; in handle_signal() local
509 if (verify_area(VERIFY_WRITE, (void *) newsp, origsp - newsp)) in handle_signal()