Searched refs:tf_ipsw (Results 1 - 8 of 8) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Ddb_machdep.h121 #define db_clear_single_step(r) ((r)->tf_ipsw &= ~PSW_R)
122 #define db_set_single_step(r) ((r)->tf_ipsw |= PSW_R)
H A Dframe.h85 u_int tf_ipsw; /* cr22 */ member in struct:trapframe
/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Dtrap.c283 if (frame->tf_ipsw & PSW_R) {
288 if (frame->tf_ipsw & PSW_N) {
298 frame->tf_ipsw &= ~(PSW_N|PSW_X|PSW_Y|PSW_Z|PSW_B|PSW_T|PSW_H|PSW_L);
426 SANITY((tf->tf_ipsw & ci->ci_psw) == ci->ci_psw);
613 if (frame->tf_ipsw & PSW_N) {
618 frame->tf_ipsw &= ~(PSW_N|PSW_X|PSW_Y|PSW_Z|PSW_B|PSW_T|PSW_H|PSW_L);
1030 tf->tf_ipsw = PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I /* | PSW_L */ |
1101 tf->tf_ipsw &= ~PSW_T;
1129 tf->tf_ipsw &= ~PSW_T;
1131 tf->tf_ipsw |
[all...]
H A Ddb_machdep.c87 { "ipsw", (long *)&ddb_regs.tf_ipsw, FCN_NULL, NULL },
189 db_printf("ipsw: %08x\n", tf->tf_ipsw);
H A Dprocess_machdep.c53 regs->r_regs[ 0] = tf->tf_ipsw;
125 tf->tf_ipsw = regs->r_regs[ 0];
H A Dkgdb_hppa.c193 KGDB_MOVEREG(41, tf_ipsw); /* cr22 */ \
H A Dhppa_machdep.c148 gr[0] = tf->tf_ipsw;
267 tf->tf_ipsw = gr[0] |
H A Dvm_machdep.c147 tf->tf_ipsw = PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I /* | PSW_L */ |

Completed in 182 milliseconds