Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/include/asm/
Dbug.h17 #define BUG_INSTR(__value) __inst_thumb16(__value) macro
20 #define BUG_INSTR(__value) __inst_arm(__value) macro
38 asm volatile("1:\t" BUG_INSTR(__value) "\n" \
54 asm volatile(BUG_INSTR(__value) "\n"); \