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

Go to the source code of this file.

Functions

unsigned long copy_from_user_fixup (void *to, const void __user *from, unsigned long size)
 
 EXPORT_SYMBOL (copy_from_user_fixup)
 
unsigned long copy_to_user_fixup (void __user *to, const void *from, unsigned long size)
 
 EXPORT_SYMBOL (copy_to_user_fixup)
 
unsigned long copy_in_user_fixup (void __user *to, void __user *from, unsigned long size)
 
 EXPORT_SYMBOL (copy_in_user_fixup)
 

Function Documentation

unsigned long copy_from_user_fixup ( void to,
const void __user from,
unsigned long  size 
)

Definition at line 35 of file user_fixup.c.

unsigned long copy_in_user_fixup ( void __user to,
void __user from,
unsigned long  size 
)

Definition at line 55 of file user_fixup.c.

unsigned long copy_to_user_fixup ( void __user to,
const void from,
unsigned long  size 
)

Definition at line 47 of file user_fixup.c.

EXPORT_SYMBOL ( copy_from_user_fixup  )
EXPORT_SYMBOL ( copy_to_user_fixup  )
EXPORT_SYMBOL ( copy_in_user_fixup  )