Searched refs:int3_update (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/x86/kernel/ |
| H A D | uprobes.c | 965 static int int3_update(struct arch_uprobe *auprobe, struct vm_area_struct *vma, in int3_update() function 1024 return int3_update(auprobe, vma, vaddr, call, true /* optimize */); in swbp_optimize() 1030 return int3_update(auprobe, vma, vaddr, auprobe->insn, false /* optimize */); in swbp_unoptimize()
|