Linux Kernel
3.7.1
|
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) |
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.
Definition at line 43 of file grant-table.c.