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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c699 * the single pml4 page per pmap is allocated at pmap create time and exists
702 * this returns the address of the requested pml4 entry in the top level page.
712 * maps in the pml4 page, if any, containing the pdpt entry requested
719 pml4_entry_t *pml4; local
728 pml4 = pmap64_pml4(pmap, vaddr);
730 if (pml4 && ((*pml4 & INTEL_PTE_VALID))) {
732 newpf = *pml4 & PG_FRAME;
1651 /* alloc the pml4 page in kernel vm */
1653 panic("pmap_create kmem_alloc_wired pml4");
[all...]

Completed in 25 milliseconds