Searched refs:process_vm_readv (Results 1 - 5 of 5) sorted by relevance

/linux-master/kernel/
H A Dsys_ni.c236 COND_SYSCALL(process_vm_readv); variable
237 COND_SYSCALL_COMPAT(process_vm_readv); variable
/linux-master/tools/testing/selftests/mm/
H A Dmemfd_secret.c101 if (process_vm_readv(getppid(), &liov, 1, &riov, 1, 0) < 0) {
/linux-master/mm/
H A Dprocess_vm_access.c292 SYSCALL_DEFINE6(process_vm_readv, pid_t, pid, const struct iovec __user *, lvec,
/linux-master/tools/testing/selftests/x86/
H A Dtest_vsyscall.c464 * Use process_vm_readv() as a proxy for ptrace() to test this. We
486 ret = process_vm_readv(getpid(), &local, 1, &remote, 1, 0);
489 * We expect process_vm_readv() to work if and only if the
/linux-master/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c240 ret = process_vm_readv(child, iov_parent, 1, iov_child, 1, 0);

Completed in 204 milliseconds