Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
xencomm.c File Reference
#include <linux/mm.h>
#include <linux/slab.h>
#include <asm/page.h>
#include <xen/xencomm.h>
#include <xen/interface/xen.h>
#include <asm/xen/xencomm.h>

Go to the source code of this file.

Functions

void xencomm_free (struct xencomm_handle *desc)
 
struct xencomm_handle * xencomm_map (void *ptr, unsigned long bytes)
 
struct xencomm_handle * __xencomm_map_no_alloc (void *ptr, unsigned long bytes, struct xencomm_mini *xc_desc)
 

Function Documentation

struct xencomm_handle* __xencomm_map_no_alloc ( void ptr,
unsigned long  bytes,
struct xencomm_mini xc_desc 
)
read

Definition at line 201 of file xencomm.c.

void xencomm_free ( struct xencomm_handle *  desc)

Definition at line 106 of file xencomm.c.

struct xencomm_handle* xencomm_map ( void ptr,
unsigned long  bytes 
)
read

Definition at line 185 of file xencomm.c.