Searched refs:trap (Results 1 – 8 of 8) sorted by relevance
| /u-boot/drivers/qe/ |
| A D | qe.c | 569 u32 trap = be32_to_cpu(ucode->traps[j]); in qe_upload_firmware() local 571 if (trap) in qe_upload_firmware() 572 out_be32(&qe_immr->rsp[i].tibcr[j], trap); in qe_upload_firmware() 698 u32 trap = be32_to_cpu(ucode->traps[j]); in u_qe_upload_firmware() local 700 if (trap) in u_qe_upload_firmware() 701 out_be32(&qe_immr->rsp[i].tibcr[j], trap); in u_qe_upload_firmware() 768 u32 trap = be32_to_cpu(ucode->traps[j]); in u_qe_firmware_resume() local 770 if (trap) in u_qe_firmware_resume() 771 out_be32(&qe_immrr->rsp[i].tibcr[j], trap); in u_qe_firmware_resume()
|
| /u-boot/arch/powerpc/cpu/mpc85xx/ |
| A D | traps.c | 92 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar); in show_regs() 257 regs->nip, regs->msr, regs->trap); in UnknownException() 273 regs->nip, regs->msr, regs->trap); in ExtIntException()
|
| /u-boot/arch/powerpc/cpu/mpc8xx/ |
| A D | traps.c | 60 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar); in show_regs() 149 regs->nip, regs->msr, regs->trap); in UnknownException()
|
| /u-boot/arch/powerpc/cpu/mpc83xx/ |
| A D | traps.c | 58 regs->nip, regs->xer, regs->link, regs, regs->trap, regs->dar); in show_regs() 203 regs->nip, regs->msr, regs->trap); in UnknownException()
|
| /u-boot/arch/powerpc/lib/ |
| A D | kgdb.c | 95 kdp->sigval = computeSignal(regs->trap); in kgdb_enter() 133 return (regs->trap); in kgdb_trap()
|
| /u-boot/arch/powerpc/include/asm/ |
| A D | ptrace.h | 37 PPC_REG trap; /* Reason for being here */ member
|
| /u-boot/api/ |
| A D | README | 9 text, which might evolve into a real syscall using machine exception trap
|
| /u-boot/lib/ |
| A D | Kconfig | 86 debugger. It uses special instructions which the debugger will trap 109 debugger. It uses special instructions which the debugger will trap
|
Completed in 18 milliseconds