Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c47 mfn_t *mfn_list_pages; /* pages that make a table of mfn's */ variable
194 mfn_list_pages = kmem_zalloc(sz2, VM_SLEEP); in xen_relocate_start_info()
201 pfn_to_mfn(va_to_pfn(&mfn_list_pages[j])); in xen_relocate_start_info()
203 mfn_list_pages[j] = in xen_relocate_start_info()
H A Dxen_machdep.c357 (caddr_t)&mfn_list_pages[j]); in rebuild_mfn_list()
362 mfn_list_pages[j] = pfn_to_mfn(pfn); in rebuild_mfn_list()
/illumos-gate/usr/src/uts/i86xpv/sys/
H A Dxen_mmu.h87 extern mfn_t *mfn_list_pages;