Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_probe.c77 static unsigned long xen_store_gfn; variable
801 xen_store_gfn = virt_to_gfn((void *)page); in xenstored_local_init()
874 xen_store_interface = gfn_to_virt(xen_store_gfn); in xenbus_init()
878 xen_store_gfn = xen_start_info->store_mfn; in xenbus_init()
879 xen_store_interface = gfn_to_virt(xen_store_gfn); in xenbus_init()
912 xen_store_gfn = (unsigned long)v; in xenbus_init()
914 xen_remap(xen_store_gfn << XEN_PAGE_SHIFT, in xenbus_init()