Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
gntdev.c File Reference
#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/init.h>
#include <linux/miscdevice.h>
#include <linux/fs.h>
#include <linux/mm.h>
#include <linux/mman.h>
#include <linux/mmu_notifier.h>
#include <linux/types.h>
#include <linux/uaccess.h>
#include <linux/sched.h>
#include <linux/spinlock.h>
#include <linux/slab.h>
#include <linux/highmem.h>
#include <xen/xen.h>
#include <xen/grant_table.h>
#include <xen/balloon.h>
#include <xen/gntdev.h>
#include <xen/events.h>
#include <asm/xen/hypervisor.h>
#include <asm/xen/hypercall.h>
#include <asm/xen/page.h>

Go to the source code of this file.

Data Structures

struct  gntdev_priv
 
struct  unmap_notify
 
struct  grant_map
 

Functions

 MODULE_LICENSE ("GPL")
 
 MODULE_AUTHOR ("Derek G. Murray <[email protected]>, ""Gerd Hoffmann <[email protected]>")
 
 MODULE_DESCRIPTION ("User-space granted page access driver")
 
 module_param (limit, int, 0644)
 
 MODULE_PARM_DESC (limit,"Maximum number of grants that may be mapped by ""the gntdev device")
 
 module_init (gntdev_init)
 
 module_exit (gntdev_exit)
 

Function Documentation

MODULE_AUTHOR ( "Derek G. Murray <[email protected] ,
""Gerd Hoffmann< kraxel @redhat.com >"   
)
MODULE_DESCRIPTION ( "User-space granted page access driver )
module_exit ( gntdev_exit  )
module_init ( gntdev_init  )
MODULE_LICENSE ( "GPL"  )
module_param ( limit  ,
int  ,
0644   
)
MODULE_PARM_DESC ( limit  ,
"Maximum number of grants that may be mapped by ""the gntdev device  
)