Searched refs:__INSN_LENGTH_32 (Results 1 – 3 of 3) sorted by relevance
16 #define __INSN_LENGTH_32 _UL(0x3) macro25 __len = ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) ? \
204 if ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) in is_valid_bugaddr()
119 if ((p->opcode & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) in arch_arm_kprobe()