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

Go to the source code of this file.

Functions

int enter_vmx_usercopy (void)
 
int exit_vmx_usercopy (void)
 
int enter_vmx_copy (void)
 
voidexit_vmx_copy (void *dest)
 

Function Documentation

int enter_vmx_copy ( void  )

Definition at line 53 of file vmx-helper.c.

int enter_vmx_usercopy ( void  )

Definition at line 25 of file vmx-helper.c.

void* exit_vmx_copy ( void dest)

Definition at line 70 of file vmx-helper.c.

int exit_vmx_usercopy ( void  )

Definition at line 47 of file vmx-helper.c.