OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tf_iioq_head
(Results
1 - 13
of
13
) sorted by relevancy
/src/sys/arch/hppa/hppa/
trap.c
216
addupc_task(l, tf->
tf_iioq_head
,
242
tf_iioq_head_old = frame->
tf_iioq_head
;
267
if (frame->
tf_iioq_head
!= tf_iioq_head_old &&
269
frame->tf_iioq_tail = frame->
tf_iioq_head
+ 4;
280
frame->
tf_iioq_head
, frame->tf_iioq_tail);
288
frame->
tf_iioq_head
= frame->tf_iioq_tail;
289
frame->tf_iioq_tail = frame->
tf_iioq_head
+ 4;
371
user_backtrace_raw(tf->
tf_iioq_head
, fp);
378
pc = tf->
tf_iioq_head
;
394
user_backtrace_raw(tf->
tf_iioq_head
, fp)
[
all
...]
hppa_machdep.c
101
gr[_REG_PCOQH] = tf->
tf_iioq_head
;
221
tf->
tf_iioq_head
= gr[_REG_PCOQH];
224
if (tf->
tf_iioq_head
>= 0xc0000020) {
225
tf->
tf_iioq_head
&= ~HPPA_PC_PRIV_MASK;
227
tf->
tf_iioq_head
|= HPPA_PC_PRIV_USER;
284
(void *)(tf->
tf_iioq_head
& ~HPPA_PC_PRIV_MASK));
287
tf->
tf_iioq_head
= rasaddr;
db_trace.c
79
pc = ddb_regs.
tf_iioq_head
;
111
pc = ddb_regs.
tf_iioq_head
;
187
pc = tf.
tf_iioq_head
;
intr.c
341
frame->
tf_iioq_head
> (u_int)_lock_cas_ras_start &&
342
frame->
tf_iioq_head
< (u_int)_lock_cas_ras_end) {
343
frame->
tf_iioq_head
= (u_int)_lock_cas_ras_start;
355
frame->
tf_iioq_head
> (u_int)mutex_enter_crit_start &&
356
frame->
tf_iioq_head
< (u_int)mutex_enter_crit_end &&
442
clkframe.cf_pc = frame->
tf_iioq_head
;
process_machdep.c
90
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;
sig_machdep.c
177
tf->
tf_iioq_head
=
179
tf->tf_iioq_tail = tf->
tf_iioq_head
+ 4;
db_machdep.c
94
{ "iioqh", (long *)&ddb_regs.
tf_iioq_head
, FCN_NULL, NULL },
186
tf->tf_iisq_head, tf->tf_iisq_tail, tf->
tf_iioq_head
,
fpu.c
382
ksi.ksi_addr = (void *)frame->
tf_iioq_head
;
423
ksi.ksi_addr = (void *)frame->
tf_iioq_head
;
kgdb_hppa.c
185
KGDB_MOVEREG(33,
tf_iioq_head
); /* cr18 */ \
machdep.c
1910
(tf->
tf_iioq_head
= pack->ep_entry | HPPA_PC_PRIV_USER);
/src/sys/arch/hppa/include/
db_machdep.h
64
#define PC_REGS(regs) ((regs)->
tf_iioq_head
)
76
* The PA-RISC leaves
tf_iioq_head
pointing to the break
79
*
tf_iioq_head
to advance past the breakpoint, since this doesn't
83
(regs)->
tf_iioq_head
= (regs)->tf_iioq_tail; \
frame.h
82
u_int
tf_iioq_head
; /* cr18 */
member in struct:trapframe
cpu.h
265
#define LWP_PC(l) ((l)->l_md.md_regs->
tf_iioq_head
)
Completed in 16 milliseconds
Indexes created Sat Oct 18 16:10:06 GMT 2025