Searched refs:ecr (Results 1 – 4 of 4) sorted by relevance
/arch/avr32/kernel/ |
D | traps.c | 100 asmlinkage void do_nmi(unsigned long ecr, struct pt_regs *regs) in do_nmi() argument 106 ret = notify_die(DIE_NMI, "NMI", regs, 0, ecr, SIGINT); in do_nmi() 121 asmlinkage void do_critical_exception(unsigned long ecr, struct pt_regs *regs) in do_critical_exception() argument 126 asmlinkage void do_address_exception(unsigned long ecr, struct pt_regs *regs) in do_address_exception() argument 186 asmlinkage void do_illegal_opcode(unsigned long ecr, struct pt_regs *regs) in do_illegal_opcode() argument 194 if (!user_mode(regs) && (ecr == ECR_ILLEGAL_OPCODE)) { in do_illegal_opcode() 217 if (ecr == ECR_COPROC_ABSENT && !do_cop_absent(insn)) in do_illegal_opcode() 232 switch (ecr) { in do_illegal_opcode() 251 asmlinkage void do_fpe(unsigned long ecr, struct pt_regs *regs) in do_fpe() argument
|
/arch/avr32/mm/ |
D | fault.c | 56 asmlinkage void do_page_fault(unsigned long ecr, struct pt_regs *regs) in do_page_fault() argument 69 if (notify_page_fault(regs, ecr)) in do_page_fault() 109 switch (ecr) { in do_page_fault() 127 panic("Unhandled case %lu in do_page_fault!", ecr); in do_page_fault() 164 regs->sp, ecr); in do_page_fault() 232 regs->sp, ecr); in do_page_fault()
|
/arch/score/kernel/ |
D | entry.S | 98 andi r31, 0x1f # get ecr.exc_code 111 srli r4, r4, 18 # get ecr.ip[7:2], interrupt No.
|
/arch/mips/include/asm/octeon/ |
D | cvmx-pciercx-defs.h | 1364 uint32_t ecr:1; member
|