Linux Kernel
3.7.1
|
#include <linux/sched.h>
#include <linux/mm.h>
#include <linux/vmalloc.h>
#include <xen/interface/xen.h>
#include <xen/page.h>
#include <xen/grant_table.h>
#include <asm/pgtable.h>
Go to the source code of this file.
Functions | |
int | arch_gnttab_map_shared (unsigned long *frames, unsigned long nr_gframes, unsigned long max_nr_gframes, void **__shared) |
int | arch_gnttab_map_status (uint64_t *frames, unsigned long nr_gframes, unsigned long max_nr_gframes, grant_status_t **__shared) |
void | arch_gnttab_unmap (void *shared, unsigned long nr_gframes) |
int arch_gnttab_map_shared | ( | unsigned long * | frames, |
unsigned long | nr_gframes, | ||
unsigned long | max_nr_gframes, | ||
void ** | __shared | ||
) |
Definition at line 79 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 100 of file grant-table.c.
Definition at line 123 of file grant-table.c.