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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap.c289 * for 64 bit, causes the pdpt page containing the pde entry to be mapped,
320 * maps in the pml4 page, if any, containing the pdpt entry requested
321 * and returns the address of the pdpt entry in that mapped page
365 * maps in the pdpt page, if any, containing the pde entry requested
372 pdpt_entry_t *pdpt; local
382 pdpt = pmap64_pdpt(pmap, vaddr);
384 if (pdpt && ((*pdpt & INTEL_PTE_VALID))) {
386 newpf = *pdpt & PG_FRAME;
669 pdpt_entry_t *pdpt; local
1309 pdpt_entry_t *pdpt; local
[all...]
H A Dpmap_internal.h1033 pdpt_entry_t *pdpt; local
1035 pdpt = pmap64_pdpt(pmap, vaddr);
1037 if (pdpt && ((*pdpt & INTEL_PTE_VALID))) {
1038 newpf = *pdpt & PG_FRAME;

Completed in 24 milliseconds