Home
last modified time | relevance | path

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

/netbsd/sys/arch/xen/xen/
H A Dxen_machdep.c306 xen_start_info.store_mfn = in xen_prepare_suspend()
307 atop(xpmap_mtop(ptoa(xen_start_info.store_mfn))); in xen_prepare_suspend()
H A Dxenevt.c356 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()
H A Dhypervisor.c321 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()
/netbsd/sys/arch/xen/x86/
H A Dx86_xpmap.c670 __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()
/netbsd/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dxen.h812 xen_pfn_t store_mfn; /* MACHINE page number of shared page. */ member
/netbsd/sys/arch/xen/xenbus/
H A Dxenbus_probe.c707 xen_start_info.store_mfn = ma >> PAGE_SHIFT; in xenbus_probe_init()
/netbsd/sys/arch/i386/i386/
H A Dgenassym.cf389 define START_INFO_STORE_MFN offsetof(struct start_info, store_mfn)