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

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpmap.h169 * "APDP_PDE" (0xbfeffffc) is the VA of the PDE in the PDP which
172 * PA info in *APDP_PDE.
194 * mappings at this level for PDP_PDE and APDP_PDE (this would eat up 2 of
217 /* XXX MP should we allocate one APDP_PDE per processor?? */
261 * PDP_PDE and APDP_PDE: the VA of the PDE that points back to the PDP/APDP
276 * when PAE is in use under Xen, we can't write APDP_PDE through the recursive
280 #define APDP_PDE (&curcpu()->ci_kpm_pdir[l2tol2(PDIR_SLOT_APTE)]) macro
283 #define APDP_PDE (L2_BASE + PDIR_SLOT_APTE) macro
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dpmap.h175 * PDP_PDE and APDP_PDE: the VA of the PDE that points back to the PDP/APDP
195 #define APDP_PDE (&curcpu()->ci_kpm_pdir[PDIR_SLOT_APTE]) macro

Completed in 105 milliseconds