Home
last modified time | relevance | path

Searched refs:ECR_ILLEGAL_OPCODE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/avr32/include/asm/
Dsysreg.h254 #define ECR_ILLEGAL_OPCODE 8 macro
/linux-4.1.27/arch/avr32/kernel/
Dtraps.c194 if (!user_mode(regs) && (ecr == ECR_ILLEGAL_OPCODE)) { in do_illegal_opcode()