Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/xen/xenbus/
H A 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()
/kernel/linux/linux-6.6/drivers/xen/xenbus/
H A Dxenbus_probe.c78 static unsigned long xen_store_gfn; variable
755 xen_store_interface = memremap(xen_store_gfn << XEN_PAGE_SHIFT, in xenbus_probe()
884 xen_store_gfn = virt_to_gfn((void *)page); in xenstored_local_init()
938 xen_store_gfn = (unsigned long)v; in xenbus_late_init()
972 xen_store_interface = gfn_to_virt(xen_store_gfn); in xenbus_init()
976 xen_store_gfn = xen_start_info->store_mfn; in xenbus_init()
977 xen_store_interface = gfn_to_virt(xen_store_gfn); in xenbus_init()
1013 xen_store_gfn = (unsigned long)v; in xenbus_init()
1015 memremap(xen_store_gfn << XEN_PAGE_SHIFT, in xenbus_init()

Completed in 4 milliseconds