Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
process_vm_access.c File Reference
#include <linux/mm.h>
#include <linux/uio.h>
#include <linux/sched.h>
#include <linux/highmem.h>
#include <linux/ptrace.h>
#include <linux/slab.h>
#include <linux/syscalls.h>

Go to the source code of this file.

Macros

#define PVM_MAX_KMALLOC_PAGES   (PAGE_SIZE * 2)
 
#define PVM_MAX_PP_ARRAY_COUNT   16
 

Functions

 SYSCALL_DEFINE6 (process_vm_readv, pid_t, pid, const struct iovec __user *, lvec, unsigned long, liovcnt, const struct iovec __user *, rvec, unsigned long, riovcnt, unsigned long, flags)
 
 SYSCALL_DEFINE6 (process_vm_writev, pid_t, pid, const struct iovec __user *, lvec, unsigned long, liovcnt, const struct iovec __user *, rvec, unsigned long, riovcnt, unsigned long, flags)
 

Macro Definition Documentation

#define PVM_MAX_KMALLOC_PAGES   (PAGE_SIZE * 2)

Definition at line 152 of file process_vm_access.c.

#define PVM_MAX_PP_ARRAY_COUNT   16

Definition at line 226 of file process_vm_access.c.

Function Documentation

SYSCALL_DEFINE6 ( process_vm_readv  ,
pid_t  ,
pid  ,
const struct iovec __user ,
lvec  ,
unsigned  long,
liovcnt  ,
const struct iovec __user ,
rvec  ,
unsigned  long,
riovcnt  ,
unsigned  long,
flags   
)

Definition at line 398 of file process_vm_access.c.

SYSCALL_DEFINE6 ( process_vm_writev  ,
pid_t  ,
pid  ,
const struct iovec __user ,
lvec  ,
unsigned  long,
liovcnt  ,
const struct iovec __user ,
rvec  ,
unsigned  long,
riovcnt  ,
unsigned  long,
flags   
)

Definition at line 405 of file process_vm_access.c.