Home
last modified time | relevance | path

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

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

Completed in 10 milliseconds