Searched refs:store_mfn (Results 1 – 7 of 7) sorted by relevance
306 xen_start_info.store_mfn = in xen_prepare_suspend()307 atop(xpmap_mtop(ptoa(xen_start_info.store_mfn))); in xen_prepare_suspend()
356 xen_start_info.store_mfn); in xenevtread()380 xpmap_mtop((paddr_t)xen_start_info.store_mfn << PAGE_SHIFT)); in xenevtmmap()383 (paddr_t)xen_start_info.store_mfn << PAGE_SHIFT); in xenevtmmap()
321 xen_start_info.store_mfn = xen_hvm_param.value; in xen_hvm_init_late()323 pmap_kenter_pa((vaddr_t) xenstore_interface, ptoa(xen_start_info.store_mfn), in xen_hvm_init_late()
670 __PRINTK(("xenstore %#" PRIx32 "\n", xen_start_info.store_mfn)); in xen_bootstrap_tables()768 == xen_start_info.store_mfn) { in xen_bootstrap_tables()770 pte[pl1_pi(page)] = xen_start_info.store_mfn; in xen_bootstrap_tables()
812 xen_pfn_t store_mfn; /* MACHINE page number of shared page. */ member
707 xen_start_info.store_mfn = ma >> PAGE_SHIFT; in xenbus_probe_init()
389 define START_INFO_STORE_MFN offsetof(struct start_info, store_mfn)