Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/powerpc/
Ddb_trace.c231 switch (R(&tf->tf_exc)) { in db_stack_trace_print()
287 (*pr)("trap %#x by ", R(&tf->tf_exc)); in db_stack_trace_print()
310 if (R(&tf->tf_exc) == EXC_DSI) in db_stack_trace_print()
318 if (R(&tf->tf_exc) == EXC_DSI || in db_stack_trace_print()
319 R(&tf->tf_exc) == EXC_DTMISS) in db_stack_trace_print()
Ddb_interface.c182 return kdb_trap(tf->tf_exc, tf); in ddb_trap_glue()
185 (tf->tf_exc == EXC_TRC || in ddb_trap_glue()
186 tf->tf_exc == EXC_RUNMODETRC || in ddb_trap_glue()
187 (tf->tf_exc == EXC_PGM && (tf->tf_srr1 & 0x20000)) || in ddb_trap_glue()
188 tf->tf_exc == EXC_BPT || in ddb_trap_glue()
189 tf->tf_exc == EXC_DSI)) { in ddb_trap_glue()
190 int type = tf->tf_exc; in ddb_trap_glue()
620 tf->tf_exc, tf->tf_pid); in db_ppc4xx_tf()
Dgenassym.cf114 define FRAME_EXC offsetof(struct ktrapframe, ktf_tf.tf_exc)
Dtrap.c99 int type = tf->tf_exc; in trap()
/netbsd/src/sys/arch/powerpc/include/
Dframe.h101 uint32_t tf_exc; member
125 uint32_t tf_exc; member
/netbsd/src/sys/arch/powerpc/booke/
Dtrap.c611 ksi->ksi_trap = tf->tf_exc; in embedded_fp_data_exception()
635 ksi->ksi_trap = tf->tf_exc; in embedded_fp_round_exception()
653 tf, tf->tf_exc, tf->tf_srr0, tf->tf_srr1, tf->tf_esr, tf->tf_dear); in dump_trapframe()
673 if (kdb_trap(tf->tf_exc, tf)) { in ddb_exception()
693 if (kdb_trap(tf->tf_exc, tf)) { in ddb_exception()
/netbsd/src/sys/compat/linux/arch/powerpc/
Dlinux_machdep.c176 linux_regs.ltrap = tf->tf_exc; in linux_sendsig()
/netbsd/src/sys/arch/powerpc/ibm4xx/
Dtrap.c146 int type = tf->tf_exc; in trap()