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

Go to the source code of this file.

Functions

unsigned long copy_from_user (void *to, const void __user *from, unsigned long n)
 
unsigned long copy_to_user (void __user *to, const void *from, unsigned long n)
 
unsigned long copy_in_user (void __user *to, const void __user *from, unsigned long n)
 
 EXPORT_SYMBOL (copy_from_user)
 
 EXPORT_SYMBOL (copy_to_user)
 
 EXPORT_SYMBOL (copy_in_user)
 

Function Documentation

unsigned long copy_from_user ( void to,
const void __user from,
unsigned long  n 
)

Definition at line 12 of file usercopy_64.c.

unsigned long copy_in_user ( void __user to,
const void __user from,
unsigned long  n 
)

Definition at line 28 of file usercopy_64.c.

unsigned long copy_to_user ( void __user to,
const void from,
unsigned long  n 
)

Definition at line 21 of file usercopy_64.c.

EXPORT_SYMBOL ( copy_from_user  )
EXPORT_SYMBOL ( copy_to_user  )
EXPORT_SYMBOL ( copy_in_user  )