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

/linux-master/kernel/
H A Dsys_ni.c236 COND_SYSCALL(process_vm_readv); variable
237 COND_SYSCALL_COMPAT(process_vm_readv); variable
/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/arm64/fp/
H A Dfp-ptrace.c240 ret = process_vm_readv(child, iov_parent, 1, iov_child, 1, 0);
/linux-master/tools/testing/selftests/mm/
H A Dmemfd_secret.c141 if (process_vm_readv(getppid(), &liov, 1, &riov, 1, 0) < 0) {
/linux-master/tools/testing/selftests/x86/
H A Dtest_vsyscall.c390 * Use process_vm_readv() as a proxy for ptrace() to test this. We
405 ksft_print_msg("process_vm_readv() from vsyscall page\n");
411 ret = process_vm_readv(getpid(), &local, 1, &remote, 1, 0);
414 * We expect process_vm_readv() to work if and only if the
418 "process_vm_readv() failed (ret = %d, errno = %d)\n", ret, errno);

Completed in 346 milliseconds