Home
last modified time | relevance | path

Searched refs:prehandler (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Duprobes.h33 void (*prehandler)(struct arch_uprobe *auprobe, member
/openbmc/linux/arch/arm/probes/uprobes/
H A Dcore.c137 if (auprobe->prehandler) in arch_uprobe_pre_xol()
138 auprobe->prehandler(auprobe, &utask->autask, regs); in arch_uprobe_pre_xol()
H A Dactions-arm.c122 auprobe->prehandler = uprobe_set_pc; in decode_pc_ro()
185 auprobe->prehandler = uprobe_set_pc; in uprobe_decode_ldmstm()