Searched refs:force_sig_ptrace_errno_trap (Results 1 – 7 of 7) sorted by relevance
328 int force_sig_ptrace_errno_trap(int errno, void __user *addr);
383 force_sig_ptrace_errno_trap(i, (void __user *)bkpt->address); in ptrace_hbptriggered()
364 force_sig_ptrace_errno_trap((int)num, (void __user *)(bkpt->trigger)); in ptrace_hbptriggered()
287 force_sig_ptrace_errno_trap(errno, (void __user *)far); in arm64_force_sig_ptrace_errno_trap()
402 force_sig_ptrace_errno_trap(i, (void __user *)bkpt->address); in ptrace_hbptriggered()
619 force_sig_ptrace_errno_trap(breakpt, /* breakpoint or watchpoint id */ in do_send_trap()
1876 int force_sig_ptrace_errno_trap(int errno, void __user *addr) in force_sig_ptrace_errno_trap() function