Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c249 pfn_t *pfn_list; in mdb_mfn_to_pfn() local
254 pfn_list = (pfn_t *)xen_virt_start; in mdb_mfn_to_pfn()
255 if (mdb_vread(&pfn, sizeof (pfn), (uintptr_t)(pfn_list + mfn)) == -1) in mdb_mfn_to_pfn()