Searched refs:VMAP_DEFAULT (Results 1 – 8 of 8) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | vmap.c | 58 ASSERT((t >= VMAP_DEFAULT) && (t < VMAP_REGION_NR)); in vm_alloc() 174 enum vmap_region type = VMAP_DEFAULT; in vm_free() 223 return __vmap(mfn, 1, nr, 1, PAGE_HYPERVISOR, VMAP_DEFAULT); in vmap() 229 unsigned int pages = vm_size(va, VMAP_DEFAULT); in vunmap() 280 return vmalloc_type(size, VMAP_DEFAULT); in vmalloc() 290 void *p = vmalloc_type(size, VMAP_DEFAULT); in vzalloc() 307 enum vmap_region type = VMAP_DEFAULT; in vfree()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | vmap.h | 8 VMAP_DEFAULT, enumerator 38 vm_init_type(VMAP_DEFAULT, (void *)VMAP_VIRT_START, arch_vmap_virt_end()); in vm_init()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | livepatch.c | 37 VMAP_DEFAULT); in arch_livepatch_quiesce()
|
A D | alternative.c | 176 VMAP_DEFAULT); in __apply_alternatives_multi_stop()
|
A D | kernel.c | 299 output = __vmap(&mfn, 1 << kernel_order_out, 1, 1, PAGE_HYPERVISOR, VMAP_DEFAULT); in kernel_decompress()
|
A D | mm.c | 950 void *ptr = __vmap(&mfn, nr, 1, 1, attributes, VMAP_DEFAULT); in ioremap_attr()
|
/xen-4.10.0-shim-comet/xen/drivers/acpi/ |
A D | osl.c | 98 ACPI_MAP_MEM_ATTR, VMAP_DEFAULT) + offs; in acpi_os_map_memory()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | mm.c | 5241 va = __vmap(&mfn, nr, 1, 1, PAGE_HYPERVISOR_UCMINUS, VMAP_DEFAULT) + offs; in ioremap()
|
Completed in 19 milliseconds