Searched refs:thumb_instr (Results 1 – 1 of 1) sorted by relevance
338 u16 thumb_instr; in aarch32_break_handler() local349 thumb_instr = le16_to_cpu(instr); in aarch32_break_handler()350 if (thumb_instr == AARCH32_BREAK_THUMB2_LO) { in aarch32_break_handler()353 thumb_instr = le16_to_cpu(instr); in aarch32_break_handler()354 bp = thumb_instr == AARCH32_BREAK_THUMB2_HI; in aarch32_break_handler()356 bp = thumb_instr == AARCH32_BREAK_THUMB; in aarch32_break_handler()