store_mfn        2275 arch/x86/xen/mmu_pv.c 	if (xen_start_info->store_mfn) {
store_mfn        2276 arch/x86/xen/mmu_pv.c 		paddr = PFN_PHYS(mfn_to_pfn(xen_start_info->store_mfn));
store_mfn          15 arch/x86/xen/suspend_pv.c 	xen_start_info->store_mfn = mfn_to_pfn(xen_start_info->store_mfn);
store_mfn          35 arch/x86/xen/suspend_pv.c 		xen_start_info->store_mfn =
store_mfn          36 arch/x86/xen/suspend_pv.c 			pfn_to_mfn(xen_start_info->store_mfn);
store_mfn         799 drivers/xen/xenbus/xenbus_probe.c 		xen_store_gfn = xen_start_info->store_mfn;
store_mfn         641 include/xen/interface/xen.h 	xen_pfn_t store_mfn;        /* MACHINE page number of shared page.    */