Home
last modified time | relevance | path

Searched refs:__vmap (Results 1 – 9 of 9) sorted by relevance

/xen/xen/include/xen/
A Dvmap.h15 void *__vmap(const mfn_t *mfn, unsigned int granularity, unsigned int nr,
/xen/xen/common/
A Dvmap.c202 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 Dlivepatch.c41 vmap_of_xen_text = __vmap(&text_mfn, 1U << text_order, 1, 1, PAGE_HYPERVISOR, in arch_livepatch_quiesce()
A Dalternative.c199 xenmap = __vmap(&xen_mfn, 1U << xen_order, 1, 1, PAGE_HYPERVISOR, in __apply_alternatives_multi_stop()
A Dcpuerrata.c63 dst_remapped = __vmap(&dst_mfn, in copy_hyp_vect_bpi()
A Dkernel.c288 output = __vmap(&mfn, 1 << kernel_order_out, 1, 1, PAGE_HYPERVISOR, VMAP_DEFAULT); in kernel_decompress()
A Dmm.c949 void *ptr = __vmap(&mfn, nr, 1, 1, attributes, VMAP_DEFAULT); in ioremap_attr()
/xen/xen/drivers/acpi/
A Dosl.c102 return __vmap(&mfn, PFN_UP(offs + size), 1, 1, in acpi_os_map_memory()
/xen/xen/arch/x86/
A Dmm.c5909 va = __vmap(&mfn, nr, 1, 1, PAGE_HYPERVISOR_UCMINUS, VMAP_DEFAULT) + offs; in ioremap()

Completed in 20 milliseconds