Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/arm/
H A Dpage.h84 #define gfn_to_virt(m) (__va(gfn_to_pfn(m) << XEN_PAGE_SHIFT)) macro
/openbmc/linux/arch/x86/include/asm/xen/
H A Dpage.h307 #define gfn_to_virt(g) (__va(gfn_to_pfn(g) << PAGE_SHIFT)) macro
/openbmc/linux/drivers/xen/xenbus/
H A Dxenbus_client.c648 unsigned long vaddr = (unsigned long)gfn_to_virt(gfn); in xenbus_map_ring_setup_grant_hvm()
866 info->addrs[info->idx] = (unsigned long)gfn_to_virt(gfn); in xenbus_unmap_ring_setup_grant_hvm()
H A Dxenbus_probe.c982 xen_store_interface = gfn_to_virt(xen_store_gfn); in xenbus_init()
987 xen_store_interface = gfn_to_virt(xen_store_gfn); in xenbus_init()
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_xen.c293 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn); in xencons_info_pv_init()