SR_PP
(regs)->status = SR_PP; \
#define user_mode(regs) (((regs)->status & SR_PP) == 0)
childregs->status = SR_PP | SR_PIE;