Searched refs:probes_decode_insn (Results 1 – 4 of 4) sorted by relevance
/arch/arm/kernel/ |
D | probes-thumb.c | 870 return probes_decode_insn(insn, asi, probes_decode_thumb16_table, true, in thumb16_probes_decode_insn() 880 return probes_decode_insn(insn, asi, probes_decode_thumb32_table, true, in thumb32_probes_decode_insn()
|
D | probes.h | 403 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi,
|
D | probes.c | 389 probes_decode_insn(probes_opcode_t insn, struct arch_probes_insn *asi, in probes_decode_insn() function
|
D | probes-arm.c | 732 return probes_decode_insn(insn, asi, probes_decode_arm_table, false, in arm_probes_decode_insn()
|