Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
grant-table.c File Reference
#include <xen/interface/xen.h>
#include <xen/page.h>
#include <xen/grant_table.h>

Go to the source code of this file.

Functions

int arch_gnttab_map_shared (xen_pfn_t *frames, unsigned long nr_gframes, unsigned long max_nr_gframes, void **__shared)
 
void arch_gnttab_unmap (void *shared, unsigned long nr_gframes)
 
int arch_gnttab_map_status (uint64_t *frames, unsigned long nr_gframes, unsigned long max_nr_gframes, grant_status_t **__shared)
 

Function Documentation

int arch_gnttab_map_shared ( xen_pfn_t frames,
unsigned long  nr_gframes,
unsigned long  max_nr_gframes,
void **  __shared 
)

Definition at line 36 of file grant-table.c.

int arch_gnttab_map_status ( uint64_t frames,
unsigned long  nr_gframes,
unsigned long  max_nr_gframes,
grant_status_t **  __shared 
)

Definition at line 48 of file grant-table.c.

void arch_gnttab_unmap ( void shared,
unsigned long  nr_gframes 
)

Definition at line 43 of file grant-table.c.