Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/
Dptrace.h112 #define PTRACE_PEEKSIGINFO_SHARED (1 << 0) macro
/Linux-v5.4/tools/testing/selftests/ptrace/
Dpeeksiginfo.c113 arg.flags = PTRACE_PEEKSIGINFO_SHARED; in check_direct_path()
/Linux-v5.4/kernel/
Dptrace.c715 if (arg.flags & ~PTRACE_PEEKSIGINFO_SHARED) in ptrace_peek_siginfo()
725 if (arg.flags & PTRACE_PEEKSIGINFO_SHARED) in ptrace_peek_siginfo()