PDP_BASE         1478 arch/i386/i386/pmap.c 	bcopy(&PDP_BASE[PDSLOT_KERN], &pmap->pm_pdir[PDSLOT_KERN],
PDP_BASE         2608 arch/i386/i386/pmap.c 	if (va == (vaddr_t) PDP_BASE || va == (vaddr_t) APDP_BASE)
PDP_BASE          468 arch/i386/i386/pmapae.c #define	PDP_PDE		(PDP_BASE + PDSLOT_PTE)
PDP_BASE          469 arch/i386/i386/pmapae.c #define	APDP_PDE	(PDP_BASE + PDSLOT_APTE)
PDP_BASE         1072 arch/i386/i386/pmapae.c 	bcopy(&PDP_BASE[PDSLOT_KERN], &PDE(pmap, PDSLOT_KERN),
PDP_BASE         1981 arch/i386/i386/pmapae.c 	if (va == (vaddr_t) PDP_BASE || va == (vaddr_t) APDP_BASE)
PDP_BASE          165 arch/i386/include/pmap.h #define PDP_PDE		(PDP_BASE + PDSLOT_PTE)
PDP_BASE          166 arch/i386/include/pmap.h #define APDP_PDE	(PDP_BASE + PDSLOT_APTE)