Home
last modified time | relevance | path

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

/u-boot/drivers/qe/
A Dqe.c569 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 Dtraps.c92 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 Dtraps.c60 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 Dtraps.c58 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 Dkgdb.c95 kdp->sigval = computeSignal(regs->trap); in kgdb_enter()
133 return (regs->trap); in kgdb_trap()
/u-boot/arch/powerpc/include/asm/
A Dptrace.h37 PPC_REG trap; /* Reason for being here */ member
/u-boot/api/
A DREADME9 text, which might evolve into a real syscall using machine exception trap
/u-boot/lib/
A DKconfig86 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