Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dptrace.h153 #define PTRACE_PEEKSIGINFO_SHARED (1 << 0) macro
/linux/tools/testing/selftests/ptrace/
H A Dpeeksiginfo.c113 arg.flags = PTRACE_PEEKSIGINFO_SHARED; in check_direct_path()
/linux/kernel/
H A Dptrace.c723 if (arg.flags & ~PTRACE_PEEKSIGINFO_SHARED) in ptrace_peek_siginfo()
733 if (arg.flags & PTRACE_PEEKSIGINFO_SHARED) in ptrace_peek_siginfo()