Home
last modified time | relevance | path

Searched refs:kprobe_decode_ldmstm (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/arm/probes/kprobes/
H A Dcore.h28 kprobe_decode_ldmstm(kprobe_opcode_t insn, struct arch_probes_insn *asi,
H A Dactions-common.c127 kprobe_decode_ldmstm(probes_opcode_t insn, struct arch_probes_insn *asi, in kprobe_decode_ldmstm() function
H A Dactions-arm.c333 [PROBES_LDMSTM] = {.decoder = kprobe_decode_ldmstm}
H A Dactions-thumb.c147 enum probes_insn ret = kprobe_decode_ldmstm(insn, asi, d); in t32_decode_ldmstm()