Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/probes/kprobes/
Dcore.h25 extern void kprobes_remove_breakpoint(void *addr, unsigned int insn);
Dcore.c166 void __kprobes kprobes_remove_breakpoint(void *addr, unsigned int insn) in kprobes_remove_breakpoint() function
178 kprobes_remove_breakpoint((void *)((uintptr_t)p->addr & ~1), in arch_disarm_kprobe()
Dopt-arm.c323 kprobes_remove_breakpoint(op->kp.addr, insn); in arch_optimize_kprobes()