HomeSort by: relevance | last modified time | path
    Searched refs:tf_ipsw (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/arch/hppa/include/
db_machdep.h 121 #define db_clear_single_step(r) ((r)->tf_ipsw &= ~PSW_R)
122 #define db_set_single_step(r) ((r)->tf_ipsw |= PSW_R)
frame.h 85 u_int tf_ipsw; /* cr22 */ member in struct:trapframe
  /src/sys/arch/hppa/hppa/
trap.c 277 if (frame->tf_ipsw & PSW_R) {
282 if (frame->tf_ipsw & PSW_N) {
292 frame->tf_ipsw &= ~(PSW_N|PSW_X|PSW_Y|PSW_Z|PSW_B|PSW_T|PSW_H|PSW_L);
423 SANITY((tf->tf_ipsw & ci->ci_psw) == ci->ci_psw);
699 if (frame->tf_ipsw & PSW_N) {
704 frame->tf_ipsw &= ~(PSW_N|PSW_X|PSW_Y|PSW_Z|PSW_B|PSW_T|PSW_H|PSW_L);
932 frame->tf_ipsw |= PSW_N;
967 frame->tf_ipsw |= PSW_N;
1217 tf->tf_ipsw &= ~PSW_T;
1245 tf->tf_ipsw &= ~PSW_T
    [all...]
db_machdep.c 92 { "ipsw", (long *)&ddb_regs.tf_ipsw, FCN_NULL, NULL },
196 snprintb(buf, sizeof(buf), PSW_BITS, tf->tf_ipsw);
process_machdep.c 53 regs->r_regs[ 0] = tf->tf_ipsw;
125 tf->tf_ipsw = regs->r_regs[ 0];
kgdb_hppa.c 193 KGDB_MOVEREG(41, tf_ipsw); /* cr22 */ \
hppa_machdep.c 65 gr[0] = tf->tf_ipsw;
184 tf->tf_ipsw = gr[0] |
vm_machdep.c 140 tf->tf_ipsw = PSW_C | PSW_Q | PSW_P | PSW_D | PSW_I /* | PSW_L */ |
machdep.c 1907 tf->tf_ipsw = PSW_MBS | (hppa_cpu_ispa20_p() ? PSW_O : 0);

Completed in 24 milliseconds