Home
last modified time | relevance | path

Searched refs:tf_iisq_head (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/arch/hppa/hppa/
H A Dprocess_machdep.c88 regs->r_pcsqh = tf->tf_iisq_head; in process_read_regs()
160 tf->tf_iisq_head = regs->r_pcsqh; in process_write_regs()
H A Ddb_machdep.c93 { "iisqh", (long *)&ddb_regs.tf_iisq_head, FCN_NULL, NULL },
186 tf->tf_iisq_head, tf->tf_iisq_tail, tf->tf_iioq_head, in db_dump_trap()
H A Dhppa_machdep.c99 gr[_REG_PCSQH] = tf->tf_iisq_head; in cpu_getmcontext()
218 tf->tf_iisq_head = pmap_sid(pmap, gr[_REG_PCOQH]); in cpu_setmcontext()
H A Dintr.c340 if (frame->tf_iisq_head == HPPA_SID_KERNEL && in hppa_intr()
354 if (frame->tf_iisq_head == HPPA_SID_KERNEL && in hppa_intr()
H A Dsig_machdep.c176 tf->tf_iisq_head = tf->tf_iisq_tail = pcb->pcb_space; in sendsig_siginfo()
H A Dkgdb_hppa.c186 KGDB_MOVEREG(34, tf_iisq_head); /* cr17 */ \
H A Dtrap.c425 if (tf->tf_iisq_head == HPPA_SID_KERNEL) { in frame_sanity_check()
595 space = frame->tf_iisq_head; in trap()
653 type, tts, space, va, frame->tf_iisq_head, in trap()
658 frame->tf_iisq_head, frame->tf_iioq_head, frame); in trap()
H A Dgenassym.cf154 member TF_IISQH tf_iisq_head
H A Dmachdep.c1876 tf->tf_iisq_head = tf->tf_iisq_tail = space;
/netbsd-src/sys/arch/hppa/include/
H A Dframe.h80 u_int tf_iisq_head; /* cr17 */ member