Home
last modified time | relevance | path

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

/linux-4.1.27/arch/avr32/include/asm/
Dbug.h17 #define AVR32_BUG_OPCODE 0x5df0 macro
32 : "i"(AVR32_BUG_OPCODE), "i"(__FILE__), \
47 : "i"(AVR32_BUG_OPCODE), "i"(flags), \
/linux-4.1.27/arch/avr32/kernel/
Dtraps.c182 return opcode == AVR32_BUG_OPCODE; in is_valid_bugaddr()