Searched refs:do_va2pa (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 54 static int do_va2pa(uintptr_t, struct as *, int, physaddr_t *, pfn_t *); 68 return (do_va2pa(addr, asp, 0, pap, NULL)); 562 do_va2pa(uintptr_t addr, struct as *asp, int print_level, physaddr_t *pap, function 688 rc = do_va2pa(addr, (struct as *)addrspace, !piped, NULL, &mfn);
|
Completed in 56 milliseconds