Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/probes/kprobes/
Dtest-core.c1000 static kprobe_opcode_t current_instruction; variable
1034 int cc = current_instruction >> 28; in test_context_cpsr()
1043 int cc = (current_instruction >> kprobe_test_cc_position) & 0xf; in test_context_cpsr()
1353 current_instruction = __mem_to_opcode_thumb16(p[0]); in kprobes_test_case_start()
1354 if (is_wide_instruction(current_instruction)) { in kprobes_test_case_start()
1356 current_instruction = __opcode_thumb32_compose(current_instruction, instr2); in kprobes_test_case_start()
1359 current_instruction = __mem_to_opcode_arm(*(u32 *)test_code); in kprobes_test_case_start()
1367 current_instruction); in kprobes_test_case_start()
1374 is_wide_instruction(current_instruction)) { in kprobes_test_case_start()
1380 !is_wide_instruction(current_instruction)) { in kprobes_test_case_start()
[all …]