Searched refs:__INSN_LENGTH_MASK (Results 1 – 5 of 5) sorted by relevance
15 #define __INSN_LENGTH_MASK _UL(0x3) macro25 __len = ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) ? \
164 #define __INSN_LENGTH_MASK _UL(0x3) macro
203 if ((insn & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) in is_valid_bugaddr()
67 if ((op_code & __INSN_LENGTH_MASK) != __INSN_LENGTH_GE_32) { in get_step_address()
99 if ((p->opcode & __INSN_LENGTH_MASK) == __INSN_LENGTH_32) in arch_arm_kprobe()