Searched refs:arch_ptrace_stop (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | ptrace.h | 34 #define arch_ptrace_stop(exit_code, info) \ macro 137 #define arch_ptrace_stop(exit_code, info) \ macro
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | ptrace.h | 34 #define arch_ptrace_stop() \ macro 137 #define arch_ptrace_stop() \ macro
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | ptrace.h | 357 * arch_ptrace_stop_needed - Decide whether arch_ptrace_stop() should be called 362 * necessary to release the siglock and call arch_ptrace_stop() with the 364 * arch_ptrace_stop() is never required, or always is. On machines where 366 * calling arch_ptrace_stop() when it would be superfluous. For example, 376 #ifndef arch_ptrace_stop 378 * arch_ptrace_stop - Do machine-specific work before stopping for ptrace 390 #define arch_ptrace_stop(code, info) do { } while (0) macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | ptrace.h | 356 * 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
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
H A D | ptrace.h | 132 #define arch_ptrace_stop(code, info) \ macro
|
/kernel/linux/linux-6.6/arch/ia64/include/asm/ |
H A D | ptrace.h | 137 #define arch_ptrace_stop() \ macro
|
/kernel/linux/linux-5.10/kernel/ |
H A D | signal.c | 2123 * calling arch_ptrace_stop, so we must release it now. 2128 arch_ptrace_stop(exit_code, info);
|
/kernel/linux/linux-6.6/kernel/ |
H A D | signal.c | 2251 * calling arch_ptrace_stop, so we must release it now. 2256 arch_ptrace_stop();
|
Completed in 14 milliseconds