Searched refs:current_instruction (Results 1 – 1 of 1) sorted by relevance
999 static kprobe_opcode_t current_instruction; variable1033 int cc = current_instruction >> 28; in test_context_cpsr()1042 int cc = (current_instruction >> kprobe_test_cc_position) & 0xf; in test_context_cpsr()1352 current_instruction = __mem_to_opcode_thumb16(p[0]); in kprobes_test_case_start()1353 if (is_wide_instruction(current_instruction)) { in kprobes_test_case_start()1355 current_instruction = __opcode_thumb32_compose(current_instruction, instr2); in kprobes_test_case_start()1358 current_instruction = __mem_to_opcode_arm(*(u32 *)test_code); in kprobes_test_case_start()1366 current_instruction); in kprobes_test_case_start()1373 is_wide_instruction(current_instruction)) { in kprobes_test_case_start()1379 !is_wide_instruction(current_instruction)) { in kprobes_test_case_start()[all …]