rdusp
__CALL_PAL_R0(rdusp, unsigned long);
((tsk) == current ? rdusp() : task_thread_info(tsk)->pcb.usp)
#define current_user_stack_pointer() rdusp()
unsigned long usp = rdusp();
childti->pcb.usp = usp ?: rdusp();
dest[30] = ti == current_thread_info() ? rdusp() : ti->pcb.usp;
oldsp = rdusp();
oldsp = rdusp();
fake_reg = rdusp();
pr_reg[15] = rdusp(); \
#define KSTK_ESP(tsk) ((tsk) == current ? rdusp() : (tsk)->thread.usp)
#define current_user_stack_pointer() rdusp()
p->thread.usp = usp ?: rdusp();
pr_info("USP: %08lx\n", rdusp());
unsigned long usp = rdusp();
unsigned long usp = rdusp();
sc->sc_usp = rdusp();
err |= __put_user(rdusp(), &gregs[15]);
unsigned long usp = sigsp(rdusp(), ksig);
err |= __save_altstack(&frame->uc.uc_stack, rdusp());
if (address + 256 < rdusp())