current_instruction 1000 arch/arm/probes/kprobes/test-core.c static kprobe_opcode_t current_instruction; current_instruction 1034 arch/arm/probes/kprobes/test-core.c int cc = current_instruction >> 28; current_instruction 1043 arch/arm/probes/kprobes/test-core.c int cc = (current_instruction >> kprobe_test_cc_position) & 0xf; current_instruction 1353 arch/arm/probes/kprobes/test-core.c current_instruction = __mem_to_opcode_thumb16(p[0]); current_instruction 1354 arch/arm/probes/kprobes/test-core.c if (is_wide_instruction(current_instruction)) { current_instruction 1356 arch/arm/probes/kprobes/test-core.c current_instruction = __opcode_thumb32_compose(current_instruction, instr2); current_instruction 1359 arch/arm/probes/kprobes/test-core.c current_instruction = __mem_to_opcode_arm(*(u32 *)test_code); current_instruction 1367 arch/arm/probes/kprobes/test-core.c current_instruction); current_instruction 1374 arch/arm/probes/kprobes/test-core.c is_wide_instruction(current_instruction)) { current_instruction 1380 arch/arm/probes/kprobes/test-core.c !is_wide_instruction(current_instruction)) { current_instruction 1386 arch/arm/probes/kprobes/test-core.c coverage_add(current_instruction);