Searched refs:thumb_instr (Results 1 – 1 of 1) sorted by relevance
346 u16 thumb_instr; in aarch32_break_handler() local357 thumb_instr = le16_to_cpu(instr); in aarch32_break_handler()358 if (thumb_instr == AARCH32_BREAK_THUMB2_LO) { in aarch32_break_handler()361 thumb_instr = le16_to_cpu(instr); in aarch32_break_handler()362 bp = thumb_instr == AARCH32_BREAK_THUMB2_HI; in aarch32_break_handler()364 bp = thumb_instr == AARCH32_BREAK_THUMB; in aarch32_break_handler()