Home
last modified time | relevance | path

Searched refs:xen_remap (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/include/xen/arm/
Dpage.h105 #define xen_remap(cookie, size) ioremap_cache((cookie), (size)) macro
/Linux-v5.4/arch/x86/include/asm/xen/
Dpage.h359 #define xen_remap(cookie, size) ioremap((cookie), (size)); macro
/Linux-v5.4/drivers/tty/hvc/
Dhvc_xen.c221 info->intf = xen_remap(gfn << XEN_PAGE_SHIFT, XEN_PAGE_SIZE); in xen_hvm_console_init()
/Linux-v5.4/drivers/xen/xenbus/
Dxenbus_probe.c812 xen_remap(xen_store_gfn << XEN_PAGE_SHIFT, in xenbus_init()
/Linux-v5.4/drivers/xen/
Dgrant-table.c741 vaddr = xen_remap(addr, XEN_PAGE_SIZE * max_nr_gframes); in gnttab_setup_auto_xlat_frames()