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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c680 * for 64 bit, causes the pdpt page containing the pde entry to be mapped,
712 * maps in the pml4 page, if any, containing the pdpt entry requested
713 * and returns the address of the pdpt entry in that mapped page
757 * maps in the pdpt page, if any, containing the pde entry requested
764 pdpt_entry_t *pdpt; local
774 pdpt = pmap64_pdpt(pmap, vaddr);
776 if (pdpt && ((*pdpt & INTEL_PTE_VALID))) {
778 newpf = *pdpt & PG_FRAME;
1140 pdpt_entry_t *pdpt; local
1581 pdpt_entry_t *pdpt; local
[all...]

Completed in 27 milliseconds