HPPA_PC_PRIV_USER
tf->tf_iioq_head = pack->ep_entry | HPPA_PC_PRIV_USER;
tf->tf_iioq_head = HPPA_PC_PRIV_USER | p->p_p->ps_sigcode;
tf->tf_iioq_head = ksc.sc_pcoqh | HPPA_PC_PRIV_USER;
tf->tf_iioq_tail = ksc.sc_pcoqt | HPPA_PC_PRIV_USER;
tf->tf_iioq_head = regs->r_pcoqh | HPPA_PC_PRIV_USER;
tf->tf_iioq_tail = regs->r_pcoqt | HPPA_PC_PRIV_USER;
p->p_md.md_regs->tf_iioq_head = (register_t)addr | HPPA_PC_PRIV_USER;