Searched refs:thumb_instr (Results 1 – 1 of 1) sorted by relevance
343 u16 thumb_instr; in aarch32_break_handler() local354 thumb_instr = le16_to_cpu(instr); in aarch32_break_handler()355 if (thumb_instr == AARCH32_BREAK_THUMB2_LO) { in aarch32_break_handler()358 thumb_instr = le16_to_cpu(instr); in aarch32_break_handler()359 bp = thumb_instr == AARCH32_BREAK_THUMB2_HI; in aarch32_break_handler()361 bp = thumb_instr == AARCH32_BREAK_THUMB; in aarch32_break_handler()