Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe.c78 static unsigned long xen_store_mfn; variable
714 xen_store_mfn = xen_start_info->store_mfn = in xenstored_local_init()
790 xen_store_interface = mfn_to_virt(xen_store_mfn); in xenbus_init()
794 xen_store_mfn = xen_start_info->store_mfn; in xenbus_init()
795 xen_store_interface = mfn_to_virt(xen_store_mfn); in xenbus_init()
805 xen_store_mfn = (unsigned long)v; in xenbus_init()
807 xen_remap(xen_store_mfn << PAGE_SHIFT, PAGE_SIZE); in xenbus_init()