Searched refs:kprobe_decode_ldmstm (Results 1 – 4 of 4) sorted by relevance
36 kprobe_decode_ldmstm(kprobe_opcode_t insn, struct arch_probes_insn *asi,
128 kprobe_decode_ldmstm(probes_opcode_t insn, struct arch_probes_insn *asi, in kprobe_decode_ldmstm() function
341 [PROBES_LDMSTM] = {.decoder = kprobe_decode_ldmstm}
150 enum probes_insn ret = kprobe_decode_ldmstm(insn, asi, d); in t32_decode_ldmstm()