Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/xen/arm/
A Dpage.h84 #define gfn_to_virt(m) (__va(gfn_to_pfn(m) << XEN_PAGE_SHIFT)) macro
/linux-6.3-rc2/arch/x86/include/asm/xen/
A Dpage.h304 #define gfn_to_virt(g) (__va(gfn_to_pfn(g) << PAGE_SHIFT)) macro
/linux-6.3-rc2/drivers/xen/xenbus/
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()
A Dxenbus_probe.c969 xen_store_interface = gfn_to_virt(xen_store_gfn); in xenbus_init()
974 xen_store_interface = gfn_to_virt(xen_store_gfn); in xenbus_init()
/linux-6.3-rc2/drivers/tty/hvc/
A Dhvc_xen.c280 info->intf = gfn_to_virt(xen_start_info->console.domU.mfn); in xencons_info_pv_init()

Completed in 13 milliseconds