Home
last modified time | relevance | path

Searched refs:tf_iioq_head (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/sys/arch/hppa/include/
Ddb_machdep.h31 #define PC_REGS(regs) ((vaddr_t)(regs)->tf_iioq_head)
35 ((regs)->tf_iioq_head = (value)); \
46 #define FIXUP_PC_AFTER_BREAK(regs) ((regs)->tf_iioq_head -= sizeof(int))
Dcpu.h229 #define CLKF_PC(framep) ((framep)->tf_iioq_head)
234 #define PROC_PC(p) ((p)->p_md.md_regs->tf_iioq_head & ~HPPA_PC_PRIV_MASK)
Dframe.h78 unsigned long tf_iioq_head; /* cr18 */ member
/openbsd/src/sys/arch/hppa/hppa/
Dtrap.c170 va = frame->tf_iioq_head; in trap()
176 if (va == frame->tf_iioq_head) in trap()
196 frame->tf_iioq_head, frame->tf_flags, frame); in trap()
200 frame->tf_iisq_head, frame->tf_iioq_head, frame); in trap()
250 frame->tf_iioq_head = frame->tf_iioq_tail; in trap()
433 (frame->tf_iioq_head & 3) != pl || in trap()
447 tts, frame->tf_iisq_head, frame->tf_iioq_head, in trap()
524 (frame->tf_iioq_head = in trap()
542 (frame->tf_iioq_head = in trap()
628 (frame->tf_iioq_head & ~PAGE_MASK) == SYSCALLGATE)) { in trap()
[all …]
Dprocess_machdep.c81 regs->r_pcoqh = tf->tf_iioq_head; in process_read_regs()
150 tf->tf_iioq_head = regs->r_pcoqh | HPPA_PC_PRIV_USER; in process_write_regs()
171 p->p_md.md_regs->tf_iioq_head = (register_t)addr | HPPA_PC_PRIV_USER; in process_set_pc()
172 p->p_md.md_regs->tf_iioq_tail = p->p_md.md_regs->tf_iioq_head + 4; in process_set_pc()
Ddb_interface.c101 { "iioqh", (long *)&ddb_regs.tf_iioq_head, FCN_NULL },
242 pc = ddb_regs.tf_iioq_head; in db_stack_trace_print()
303 pc = tf->tf_iioq_head; in db_stack_trace_print()
Dmachdep.c1157 tf->tf_iioq_head = pack->ep_entry | HPPA_PC_PRIV_USER; in setregs()
1158 tf->tf_iioq_tail = tf->tf_iioq_head + 4; in setregs()
1225 ksc.sc_pcoqh = tf->tf_iioq_head; in sendsig()
1270 tf->tf_iioq_head = HPPA_PC_PRIV_USER | p->p_p->ps_sigcode; in sendsig()
1271 tf->tf_iioq_tail = tf->tf_iioq_head + 4; in sendsig()
1360 tf->tf_iioq_head = ksc.sc_pcoqh | HPPA_PC_PRIV_USER; in sys_sigreturn()
1362 if ((tf->tf_iioq_head & ~PAGE_MASK) == SYSCALLGATE) in sys_sigreturn()
Dgenassym.cf110 member TF_IIOQH tf_iioq_head