Home
last modified time | relevance | path

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

/linux/include/linux/
H A Duprobes.h199 extern int set_orig_insn(struct arch_uprobe *aup, struct vm_area_struct *vma, unsigned long vaddr);
/linux/kernel/events/
H A Duprobes.c619 * set_orig_insn - Restore the original instruction.
627 int __weak set_orig_insn(struct arch_uprobe *auprobe, in set_orig_insn() function
1185 return set_orig_insn(&uprobe->arch, vma, vaddr); in remove_breakpoint()
/linux/arch/x86/kernel/
H A Duprobes.c1094 int set_orig_insn(struct arch_uprobe *auprobe, struct vm_area_struct *vma, in set_orig_insn() function