Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
usercopy.c File Reference
#include <asm/uaccess.h>

Go to the source code of this file.

Functions

unsigned long __copy_user (void __user *pdst, const void *psrc, unsigned long pn)
 
unsigned long __copy_user_zeroing (void *pdst, const void __user *psrc, unsigned long pn)
 
unsigned long __do_clear_user (void __user *pto, unsigned long pn)
 

Function Documentation

unsigned long __copy_user ( void __user pdst,
const void psrc,
unsigned long  pn 
)

Definition at line 34 of file usercopy.c.

unsigned long __copy_user_zeroing ( void pdst,
const void __user psrc,
unsigned long  pn 
)

Definition at line 196 of file usercopy.c.

unsigned long __do_clear_user ( void __user pto,
unsigned long  pn 
)

Definition at line 376 of file usercopy.c.