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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmp_desc.c697 cdp->cpu_physwindow_ptep = vtopte(phys_window);
H A Dpmap.h402 * Note: these work recursively, thus vtopte of a pte will give
405 #define vtopte(va) (PTmap + i386_btop((vm_offset_t)va)) macro
H A Dpmap.c836 return (vtopte(vaddr)); /* compat kernel still has pte's mapped */
1202 pte = vtopte(va);

Completed in 36 milliseconds