Home
last modified time | relevance | path

Searched refs:vmap_region (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dvmap.h7 enum vmap_region { enum
13 void vm_init_type(enum vmap_region type, void *start, void *end);
16 unsigned int align, unsigned int flags, enum vmap_region);
/xen-4.10.0-shim-comet/xen/common/
A Dvmap.c22 void __init vm_init_type(enum vmap_region type, void *start, void *end) in vm_init_type()
49 enum vmap_region t) in vm_alloc()
142 static unsigned int vm_index(const void *va, enum vmap_region type) in vm_index()
160 static unsigned int vm_size(const void *va, enum vmap_region type) in vm_size()
174 enum vmap_region type = VMAP_DEFAULT; in vm_free()
204 enum vmap_region type) in __vmap()
242 static void *vmalloc_type(size_t size, enum vmap_region type) in vmalloc_type()
307 enum vmap_region type = VMAP_DEFAULT; in vfree()

Completed in 4 milliseconds