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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dpmap.c679 * for legacy, returns the address of the pde entry.
680 * for 64 bit, causes the pdpt page containing the pde entry to be mapped,
681 * then returns the mapped address of the pde entry in that page
686 pd_entry_t *pde; local
688 pde = (&((m)->dirbase[(vm_offset_t)(v) >> PDESHIFT]));
692 pde = pmap64_pde(m, v);
694 return pde;
757 * maps in the pdpt page, if any, containing the pde entry requested
758 * and returns the address of the pde entry in that mapped page
821 * maps the pde pag
827 pd_entry_t *pde; local
2162 pt_entry_t *pde; local
2459 register pt_entry_t *pde; local
4301 pd_entry_t *pde,*npde; local
4389 pd_entry_t *pde; local
[all...]

Completed in 27 milliseconds