Searched refs:instr2 (Results 1 – 4 of 4) sorted by relevance
470 unsigned int instr2; in do_undefinstr() local471 if (get_user(instr2, (u16 __user *)pc+1)) in do_undefinstr()473 instr2 = __mem_to_opcode_thumb16(instr2); in do_undefinstr()474 instr = __opcode_thumb32_compose(instr, instr2); in do_undefinstr()
326 u32 instr2; in call_undef_hook() local330 instr2 = le16_to_cpu(instr_le); in call_undef_hook()331 instr = (instr << 16) | instr2; in call_undef_hook()
1355 u16 instr2 = __mem_to_opcode_thumb16(p[1]); in kprobes_test_case_start() local1356 current_instruction = __opcode_thumb32_compose(current_instruction, instr2); in kprobes_test_case_start()
905 struct ppc_inst instr, instr2; in insert_bpts() local928 if (mread_instr(bp->address - 4, &instr2) == 8) { in insert_bpts()