Searched refs:do_ptrace (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/riscv/vector/ |
| H A D | vstate_ptrace.c | 14 static long do_ptrace(enum __ptrace_request op, pid_t pid, long type, size_t size, void *data) in do_ptrace() function 72 if (do_ptrace(PTRACE_GETREGSET, child, NT_RISCV_VECTOR, size, data)) in do_parent() 83 if (do_ptrace(PTRACE_GETREGSET, child, NT_RISCV_VECTOR, size, data)) in do_parent() 89 if (do_ptrace(PTRACE_SETREGSET, child, NT_RISCV_VECTOR, size, data)) in do_parent() 97 if (do_ptrace(PTRACE_GETREGSET, child, NT_PRSTATUS, size, data)) in do_parent() 101 if (do_ptrace(PTRACE_SETREGSET, child, NT_PRSTATUS, size, data)) in do_parent()
|