Searched refs:PTRACE_PEEKDATA (Results 1 – 6 of 6) sorted by relevance
| /linux/include/uapi/linux/ |
| H A D | ptrace.h | 13 #define PTRACE_PEEKDATA 2 macro
|
| /linux/tools/testing/selftests/mm/ |
| H A D | memfd_secret.c | 175 if (ptrace(PTRACE_PEEKDATA, ppid, mem, 0)) in try_ptrace()
|
| H A D | protection_keys.c | 1351 ret = ptrace(PTRACE_PEEKDATA, child_pid, ptr, ignored); in test_ptrace_of_child() 1361 ret = ptrace(PTRACE_PEEKDATA, child_pid, plain_ptr, ignored); in test_ptrace_of_child()
|
| /linux/tools/testing/selftests/breakpoints/ |
| H A D | breakpoint_test.c | 276 child_nr_tests = ptrace(PTRACE_PEEKDATA, child_pid, in check_success()
|
| /linux/arch/alpha/kernel/ |
| H A D | ptrace.c | 287 case PTRACE_PEEKDATA: in arch_ptrace()
|
| /linux/arch/mips/kernel/ |
| H A D | ptrace.c | 1095 case PTRACE_PEEKDATA: in arch_ptrace()
|