Searched refs:mfn_list_addr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c166 static uintptr_t mfn_list_addr; /* kernel MFN list address */ variable
193 if (mdb_readsym(&mfn_list_addr, sizeof (mfn_list_addr),
198 mfn_list_addr = NULL;
201 is_xpv = mfn_list_addr != NULL;
211 if (mdb_vread(mfn_list, sz, (uintptr_t)mfn_list_addr) == -1) {
245 if (mfn_list_addr == NULL)
253 (uintptr_t)(mfn_list_addr + (pfn * sizeof (mfn_t)))) == -1)
269 if (mfn_list_addr == NULL || pfn >= mfn_count)
273 (uintptr_t)(mfn_list_addr
[all...]

Completed in 43 milliseconds