Searched refs:tf_exc (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/arch/powerpc/powerpc/ |
| D | db_trace.c | 231 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()
|
| D | db_interface.c | 182 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()
|
| D | genassym.cf | 114 define FRAME_EXC offsetof(struct ktrapframe, ktf_tf.tf_exc)
|
| D | trap.c | 99 int type = tf->tf_exc; in trap()
|
| /netbsd/src/sys/arch/powerpc/include/ |
| D | frame.h | 101 uint32_t tf_exc; member 125 uint32_t tf_exc; member
|
| /netbsd/src/sys/arch/powerpc/booke/ |
| D | trap.c | 611 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/ |
| D | linux_machdep.c | 176 linux_regs.ltrap = tf->tf_exc; in linux_sendsig()
|
| /netbsd/src/sys/arch/powerpc/ibm4xx/ |
| D | trap.c | 146 int type = tf->tf_exc; in trap()
|