Searched refs:trap_names (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/mips/include/
H A Dtrap.h75 extern const char * const trap_names[];
/netbsd-6-1-5-RELEASE/sys/arch/powerpc/booke/
H A Dtrap.c78 static const char trap_names[][8] = { variable
697 trap_names[trap_code], tf, tf->tf_esr, tf->tf_dear,
713 trap_names[trap_code], mfmsr());
721 trap_names[trap_code], tf->tf_fixreg[1], mfspr(SPR_SPRG1));
729 trap_names[trap_code], tf->tf_srr1);
807 trap_names[trap_code], tf->tf_srr1);
815 trap_names[trap_code], mfmsr());
831 trap_names[trap_code], tf, tf->tf_dear,
849 trap_names[trap_code], mfmsr());
867 trap_names[trap_cod
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dtrap.c87 const char * const trap_names[] = { variable
194 cpu_number(), trap_names[TRAPTYPE(cause)],
400 printf("trap: fault #%u (%s/%s) for %#"PRIxVADDR" (%#"PRIxVADDR") at pc %#"PRIxVADDR" curpid=%u/%u pte@%p=%#x)\n", pfi->pfi_repeats, trap_names[TRAPTYPE(cause)], trap_names[pfi->pfi_faulttype], va, vaddr, pc, map->pmap->pm_pai[0].pai_asid, (uint8_t)tlb_hi, pte, pte ? pte->pt_entry : 0);
548 trap_names[TRAPTYPE(cause)]);
H A Ddb_interface.c116 printf("kernel: %s trap\n", trap_names[type & 0x1f]);
122 printf("kernel: %s trap\n", trap_names[type & 0x1f]);

Completed in 112 milliseconds