Searched refs:trap (Results 1 - 7 of 7) sorted by relevance

/u-boot/arch/arm/cpu/armv7/
H A Dconfig.mk6 # On supported platforms we set the bit which causes us to trap on unaligned
/u-boot/arch/powerpc/cpu/mpc85xx/
H A Dtraps.c92 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar);
256 printf("Bad trap at PC: %lx, SR: %lx, vector=%lx\n",
257 regs->nip, regs->msr, regs->trap);
273 regs->nip, regs->msr, regs->trap);
282 printf("Debugger trap at @ %lx\n", regs->nip );
/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dtraps.c60 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar);
148 printf("Bad trap at PC: %lx, SR: %lx, vector=%lx\n",
149 regs->nip, regs->msr, regs->trap);
155 printf("Debugger trap at @ %lx\n", regs->nip);
/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dtraps.c58 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar);
202 printf("Bad trap at PC: %lx, SR: %lx, vector=%lx\n",
203 regs->nip, regs->msr, regs->trap);
209 printf("Debugger trap at @ %lx\n", regs->nip );
/u-boot/arch/powerpc/include/asm/
H A Dptrace.h37 PPC_REG trap; /* Reason for being here */ member in struct:pt_regs
/u-boot/drivers/qe/
H A Dqe.c571 u32 trap = be32_to_cpu(ucode->traps[j]); local
573 if (trap)
574 out_be32(&qe_immr->rsp[i].tibcr[j], trap);
700 u32 trap = be32_to_cpu(ucode->traps[j]); local
702 if (trap)
703 out_be32(&qe_immr->rsp[i].tibcr[j], trap);
770 u32 trap = be32_to_cpu(ucode->traps[j]); local
772 if (trap)
773 out_be32(&qe_immrr->rsp[i].tibcr[j], trap);
/u-boot/arch/powerpc/lib/
H A Dkgdb.c42 /* Convert the SPARC hardware trap type code to a unix signal number. */
44 * This table contains the mapping between PowerPC hardware trap types, and
50 unsigned char signo; /* Signal that we map this trap into */
57 { 0x700, SIGTRAP }, /* breakpoint trap */
89 /* Skip over breakpoint trap insn */
95 kdp->sigval = computeSignal(regs->trap);
133 return (regs->trap);

Completed in 68 milliseconds