Searched refs:arch_ptrace_stop (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/sparc/include/asm/
H A Dptrace.h34 #define arch_ptrace_stop() \ macro
137 #define arch_ptrace_stop() \ macro
/linux-master/include/linux/
H A Dptrace.h356 * arch_ptrace_stop_needed - Decide whether arch_ptrace_stop() should be called
359 * necessary to release the siglock and call arch_ptrace_stop(). It can be
360 * defined to a constant if arch_ptrace_stop() is never required, or always
362 * test to optimize out calling arch_ptrace_stop() when it would be
373 #ifndef arch_ptrace_stop
375 * arch_ptrace_stop - Do machine-specific work before stopping for ptrace
385 #define arch_ptrace_stop() do { } while (0) macro
/linux-master/kernel/
H A Dsignal.c2245 * calling arch_ptrace_stop, so we must release it now.
2250 arch_ptrace_stop();

Completed in 148 milliseconds