Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/probes/kprobes/
Dtest-core.c1003 static kprobe_opcode_t current_instruction; variable
1037 int cc = current_instruction >> 28; in test_context_cpsr()
1046 int cc = (current_instruction >> kprobe_test_cc_position) & 0xf; in test_context_cpsr()
1356 current_instruction = __mem_to_opcode_thumb16(p[0]); in kprobes_test_case_start()
1357 if (is_wide_instruction(current_instruction)) { in kprobes_test_case_start()
1359 current_instruction = __opcode_thumb32_compose(current_instruction, instr2); in kprobes_test_case_start()
1362 current_instruction = __mem_to_opcode_arm(*(u32 *)test_code); in kprobes_test_case_start()
1370 current_instruction); in kprobes_test_case_start()
1377 is_wide_instruction(current_instruction)) { in kprobes_test_case_start()
1383 !is_wide_instruction(current_instruction)) { in kprobes_test_case_start()
[all …]