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

/linux-master/arch/arm/include/asm/
H A Dbug.h16 #define BUG_INSTR(__value) __inst_thumb16(__value) macro
19 #define BUG_INSTR(__value) __inst_arm(__value) macro
37 asm volatile("1:\t" BUG_INSTR(__value) "\n" \
53 asm volatile(BUG_INSTR(__value) "\n"); \

Completed in 294 milliseconds