Searched refs:current_instruction (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/arch/arm/probes/kprobes/
H A Dtest-core.c1053 static kprobe_opcode_t current_instruction; variable
1087 int cc = current_instruction >> 28; test_context_cpsr()
1096 int cc = (current_instruction >> kprobe_test_cc_position) & 0xf; test_context_cpsr()
1406 current_instruction = __mem_to_opcode_thumb16(p[0]); kprobes_test_case_start()
1407 if (is_wide_instruction(current_instruction)) { kprobes_test_case_start()
1409 current_instruction = __opcode_thumb32_compose(current_instruction, instr2); kprobes_test_case_start()
1412 current_instruction = __mem_to_opcode_arm(*(u32 *)test_code); kprobes_test_case_start()
1420 current_instruction); kprobes_test_case_start()
1427 is_wide_instruction(current_instruction)) { kprobes_test_case_start()
1433 !is_wide_instruction(current_instruction)) { kprobes_test_case_start()
1439 coverage_add(current_instruction); kprobes_test_case_start()

Completed in 64 milliseconds