Searched refs:__vmap (Results 1 – 9 of 9) sorted by relevance
/xen/xen/include/xen/ |
A D | vmap.h | 15 void *__vmap(const mfn_t *mfn, unsigned int granularity, unsigned int nr,
|
/xen/xen/common/ |
A D | vmap.c | 202 void *__vmap(const mfn_t *mfn, unsigned int granularity, in __vmap() function 223 return __vmap(mfn, 1, nr, 1, PAGE_HYPERVISOR, VMAP_DEFAULT); in vmap() 264 va = __vmap(mfn, 1, pages, 1, PAGE_HYPERVISOR, type); in vmalloc_type()
|
/xen/xen/arch/arm/ |
A D | livepatch.c | 41 vmap_of_xen_text = __vmap(&text_mfn, 1U << text_order, 1, 1, PAGE_HYPERVISOR, in arch_livepatch_quiesce()
|
A D | alternative.c | 199 xenmap = __vmap(&xen_mfn, 1U << xen_order, 1, 1, PAGE_HYPERVISOR, in __apply_alternatives_multi_stop()
|
A D | cpuerrata.c | 63 dst_remapped = __vmap(&dst_mfn, in copy_hyp_vect_bpi()
|
A D | kernel.c | 288 output = __vmap(&mfn, 1 << kernel_order_out, 1, 1, PAGE_HYPERVISOR, VMAP_DEFAULT); in kernel_decompress()
|
A D | mm.c | 949 void *ptr = __vmap(&mfn, nr, 1, 1, attributes, VMAP_DEFAULT); in ioremap_attr()
|
/xen/xen/drivers/acpi/ |
A D | osl.c | 102 return __vmap(&mfn, PFN_UP(offs + size), 1, 1, in acpi_os_map_memory()
|
/xen/xen/arch/x86/ |
A D | mm.c | 5909 va = __vmap(&mfn, nr, 1, 1, PAGE_HYPERVISOR_UCMINUS, VMAP_DEFAULT) + offs; in ioremap()
|
Completed in 20 milliseconds