Searched refs:tf_iioq_head (Results 1 - 13 of 13) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/hppa/hppa/
H A Dtrap.c248 tf_iioq_head_old = frame->tf_iioq_head;
273 if (frame->tf_iioq_head != tf_iioq_head_old &&
275 frame->tf_iioq_tail = frame->tf_iioq_head + 4;
286 frame->tf_iioq_head, frame->tf_iioq_tail);
294 frame->tf_iioq_head = frame->tf_iioq_tail;
295 frame->tf_iioq_tail = frame->tf_iioq_head + 4;
373 user_backtrace_raw(tf->tf_iioq_head, fp);
380 pc = tf->tf_iioq_head;
397 user_backtrace_raw(tf->tf_iioq_head, fp);
437 if ((tf->tf_iioq_head
[all...]
H A Dhppa_machdep.c129 tf->tf_iioq_head = (uintptr_t)upcall | HPPA_PC_PRIV_USER;
130 tf->tf_iioq_tail = tf->tf_iioq_head + 4;
184 gr[_REG_PCOQH] = tf->tf_iioq_head;
304 tf->tf_iioq_head = gr[_REG_PCOQH];
307 if (tf->tf_iioq_head >= 0xc0000020) {
308 tf->tf_iioq_head &= ~HPPA_PC_PRIV_MASK;
310 tf->tf_iioq_head |= HPPA_PC_PRIV_USER;
365 rasaddr = (intptr_t)ras_lookup(p, (void *)tf->tf_iioq_head);
368 tf->tf_iioq_head = rasaddr;
H A Ddb_trace.c75 pc = ddb_regs.tf_iioq_head;
107 pc = ddb_regs.tf_iioq_head;
183 pc = tf.tf_iioq_head;
H A Dprocess_machdep.c90 regs->r_pcoqh = tf->tf_iioq_head;
162 tf->tf_iioq_head = regs->r_pcoqh | HPPA_PC_PRIV_USER;
193 l->l_md.md_regs->tf_iioq_head = (register_t)addr | HPPA_PC_PRIV_USER;
194 l->l_md.md_regs->tf_iioq_tail = l->l_md.md_regs->tf_iioq_head + 4;
H A Dsig_machdep.c177 tf->tf_iioq_head =
179 tf->tf_iioq_tail = tf->tf_iioq_head + 4;
H A Ddb_machdep.c89 { "iioqh", (long *)&ddb_regs.tf_iioq_head, FCN_NULL, NULL },
180 tf->tf_iisq_head, tf->tf_iisq_tail, tf->tf_iioq_head,
H A Dfpu.c406 ksi.ksi_addr = (void *)frame->tf_iioq_head;
447 ksi.ksi_addr = (void *)frame->tf_iioq_head;
H A Dkgdb_hppa.c185 KGDB_MOVEREG(33, tf_iioq_head); /* cr18 */ \
/netbsd-6-1-5-RELEASE/sys/arch/hppa/include/
H A Ddb_machdep.h65 #define PC_REGS(regs) ((db_addr_t)(regs)->tf_iioq_head)
77 * The PA-RISC leaves tf_iioq_head pointing to the break
80 * tf_iioq_head to advance past the breakpoint, since this doesn't
84 (regs)->tf_iioq_head = (regs)->tf_iioq_tail; \
H A Dframe.h82 u_int tf_iioq_head; /* cr18 */ member in struct:trapframe
/netbsd-6-1-5-RELEASE/sys/arch/hp700/hp700/
H A Dintr.c382 frame->tf_iioq_head >= (u_int)_lock_cas_ras_start &&
383 frame->tf_iioq_head <= (u_int)_lock_cas_ras_end) {
384 frame->tf_iioq_head = (u_int)_lock_cas_ras_start;
395 frame->tf_iioq_head >= (u_int)mutex_enter_crit_start &&
396 frame->tf_iioq_head <= (u_int)mutex_enter_crit_end &&
484 clkframe.cf_pc = frame->tf_iioq_head;
H A Dmachdep.c1876 (tf->tf_iioq_head = pack->ep_entry | HPPA_PC_PRIV_USER);
/netbsd-6-1-5-RELEASE/sys/arch/hp700/include/
H A Dcpu.h239 #define LWP_PC(l) ((l)->l_md.md_regs->tf_iioq_head)

Completed in 176 milliseconds