probes_decode_arm_table  606 arch/arm/probes/decode-arm.c const union decode_item probes_decode_arm_table[] = {
probes_decode_arm_table  697 arch/arm/probes/decode-arm.c EXPORT_SYMBOL_GPL(probes_decode_arm_table);
probes_decode_arm_table  726 arch/arm/probes/decode-arm.c 	return probes_decode_insn(insn, asi, probes_decode_arm_table, false,
probes_decode_arm_table   61 arch/arm/probes/decode-arm.h extern const union decode_item probes_decode_arm_table[];
probes_decode_arm_table 1586 arch/arm/probes/kprobes/test-core.c 	ret = run_test_cases(kprobe_arm_test_cases, probes_decode_arm_table);