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_tail
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/arch/hppa/include/
db_machdep.h
80
* address
tf_iioq_tail
. So, we define PC_ADVANCE.
83
(regs)->tf_iioq_head = (regs)->
tf_iioq_tail
; \
84
(regs)->
tf_iioq_tail
+= BKPT_SIZE; \
frame.h
83
u_int
tf_iioq_tail
;
member in struct:trapframe
/src/sys/arch/hppa/hppa/
hppa_machdep.c
102
gr[_REG_PCOQT] = tf->
tf_iioq_tail
;
222
tf->
tf_iioq_tail
= gr[_REG_PCOQT];
229
if (tf->
tf_iioq_tail
>= 0xc0000020) {
230
tf->
tf_iioq_tail
&= ~HPPA_PC_PRIV_MASK;
232
tf->
tf_iioq_tail
|= HPPA_PC_PRIV_USER;
288
tf->
tf_iioq_tail
= rasaddr + 4;
trap.c
243
tf_iioq_tail_old = frame->
tf_iioq_tail
;
268
frame->
tf_iioq_tail
== tf_iioq_tail_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;
438
SANITY(!USERMODE(tf->
tf_iioq_tail
));
450
SANITY(tf->
tf_iioq_tail
>= (u_int) &kernel_text);
451
SANITY(tf->
tf_iioq_tail
< (u_int) &etext);
462
SANITY(USERMODE(tf->
tf_iioq_tail
));
[
all
...]
process_machdep.c
91
regs->r_pcoqt = tf->
tf_iioq_tail
;
163
tf->
tf_iioq_tail
= regs->r_pcoqt | HPPA_PC_PRIV_USER;
194
l->l_md.md_regs->
tf_iioq_tail
= l->l_md.md_regs->tf_iioq_head + 4;
db_machdep.c
96
{ "iioqt", (long *)&ddb_regs.
tf_iioq_tail
, FCN_NULL, NULL },
187
tf->
tf_iioq_tail
);
sig_machdep.c
179
tf->
tf_iioq_tail
= tf->tf_iioq_head + 4;
kgdb_hppa.c
187
KGDB_MOVEREG(35,
tf_iioq_tail
); \
intr.c
344
frame->
tf_iioq_tail
= (u_int)_lock_cas_ras_start + 4;
machdep.c
1909
tf->
tf_iioq_tail
= 4 +
Completed in 15 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025