Home
last modified time | relevance | path

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

/openbsd/sys/arch/hppa/hppa/
H A Dtrap.c373 frame->tf_ipsw |= PSL_N; in trap()
419 frame->tf_ipsw |= PSL_N; in trap()
438 frame->tf_ipsw |= PSL_N; in trap()
571 frame->tf_ipsw |= PSL_N; in trap()
716 p->p_md.md_regs->tf_ipsw &= ~PSL_T; in process_sstep()
750 p->p_md.md_regs->tf_ipsw |= PSL_T; in process_sstep()
752 p->p_md.md_regs->tf_ipsw &= ~PSL_T; in process_sstep()
H A Dvm_machdep.c101 tf->tf_ipsw = PSL_C | PSL_Q | PSL_P | PSL_D | PSL_I /* | PSL_L */ | in cpu_fork()
H A Dprocess_machdep.c44 regs->r_regs[ 0] = tf->tf_ipsw; in process_read_regs()
H A Dmachdep.c1177 tf->tf_ipsw = PSL_C | PSL_Q | PSL_P | PSL_D | PSL_I /* | PSL_L */ | in setregs()
1224 ksc.sc_ps = tf->tf_ipsw; in sendsig()
1269 tf->tf_ipsw &= ~(PSL_N|PSL_B|PSL_T); in sendsig()
1370 tf->tf_ipsw = ksc.sc_ps | (curcpu()->ci_psw & PSL_O); in sys_sigreturn()
H A Ddb_interface.c99 { "ipsw", (long *)&ddb_regs.tf_ipsw, FCN_NULL },
H A Dgenassym.cf123 member TF_CR22 tf_ipsw
/openbsd/sys/arch/hppa/include/
H A Dframe.h81 unsigned long tf_ipsw; /* cr22 */ member