Home
last modified time | relevance | path

Searched refs:bp_vaddr (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/events/
H A Duprobes.c2315 pre_ssout(struct uprobe *uprobe, struct pt_regs *regs, unsigned long bp_vaddr) in pre_ssout() argument
2328 utask->vaddr = bp_vaddr; in pre_ssout()
2423 static struct uprobe *find_active_uprobe_speculative(unsigned long bp_vaddr) in find_active_uprobe_speculative() argument
2437 vma = vma_lookup(mm, bp_vaddr); in find_active_uprobe_speculative()
2452 offset = (loff_t)(vma->vm_pgoff << PAGE_SHIFT) + (bp_vaddr - vma->vm_start); in find_active_uprobe_speculative()
2465 static struct uprobe *find_active_uprobe_rcu(unsigned long bp_vaddr, int *is_swbp) in find_active_uprobe_rcu() argument
2471 uprobe = find_active_uprobe_speculative(bp_vaddr); in find_active_uprobe_rcu()
2476 vma = vma_lookup(mm, bp_vaddr); in find_active_uprobe_rcu()
2480 loff_t offset = vaddr_to_offset(vma, bp_vaddr); in find_active_uprobe_rcu()
2486 *is_swbp = is_trap_at_addr(mm, bp_vaddr); in find_active_uprobe_rcu()
[all …]
/linux/include/linux/
H A Duprobes.h243 extern void handle_syscall_uprobe(struct pt_regs *regs, unsigned long bp_vaddr);