Searched refs:current_instruction (Results 1 – 1 of 1) sorted by relevance
1053 static kprobe_opcode_t current_instruction; variable1087 int cc = current_instruction >> 28; in test_context_cpsr()1096 int cc = (current_instruction >> kprobe_test_cc_position) & 0xf; in test_context_cpsr()1406 current_instruction = __mem_to_opcode_thumb16(p[0]); in kprobes_test_case_start()1407 if (is_wide_instruction(current_instruction)) { in kprobes_test_case_start()1409 current_instruction = __opcode_thumb32_compose(current_instruction, instr2); in kprobes_test_case_start()1412 current_instruction = __mem_to_opcode_arm(*(u32 *)test_code); in kprobes_test_case_start()1420 current_instruction); in kprobes_test_case_start()1427 is_wide_instruction(current_instruction)) { in kprobes_test_case_start()1433 !is_wide_instruction(current_instruction)) { in kprobes_test_case_start()[all …]