Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Duprobes.h113 extern unsigned long uprobe_get_trap_addr(struct pt_regs *regs);
151 #define uprobe_get_trap_addr(regs) instruction_pointer(regs) macro
/openbmc/linux/arch/x86/kernel/
H A Dtraps.c232 return (void __user *)uprobe_get_trap_addr(regs); in error_get_trap_addr()
1204 (void __user *)uprobe_get_trap_addr(regs)); in math_error()
/openbmc/linux/kernel/events/
H A Duprobes.c1694 unsigned long uprobe_get_trap_addr(struct pt_regs *regs) in uprobe_get_trap_addr() function