probes_decode_insn  726 arch/arm/probes/decode-arm.c 	return probes_decode_insn(insn, asi, probes_decode_arm_table, false,
probes_decode_insn  868 arch/arm/probes/decode-thumb.c 	return probes_decode_insn(insn, asi, probes_decode_thumb16_table, true,
probes_decode_insn  879 arch/arm/probes/decode-thumb.c 	return probes_decode_insn(insn, asi, probes_decode_thumb32_table, true,
probes_decode_insn  404 arch/arm/probes/decode.h probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi,
probes_decode_insn   83 arch/arm/probes/kprobes/checkers-arm.c 	return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL);
probes_decode_insn   75 arch/arm/probes/kprobes/checkers-thumb.c 	return probes_decode_insn(insn, asi, table, false, false, stack_check_actions, NULL);