Home
last modified time | relevance | path

Searched refs:PDP_BASE (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/i386/include/
H A Dpmap_private.h222 #define PDP_BASE L2_BASE macro
/netbsd-src/sys/arch/amd64/include/
H A Dpmap_private.h132 #define PDP_BASE L4_BASE macro
/netbsd-src/sys/arch/x86/x86/
H A Dpmap.c2757 memcpy(&pdir[PDIR_SLOT_KERN], &PDP_BASE[PDIR_SLOT_KERN],
2762 pdir[idx] = PDP_BASE[idx];
2766 pdir[PDIR_SLOT_PCPU] = PDP_BASE[PDIR_SLOT_PCPU];
2769 slotspace_copy(SLAREA_DMAP, pdir, PDP_BASE);
2772 slotspace_copy(SLAREA_ASAN, pdir, PDP_BASE);
2775 slotspace_copy(SLAREA_MSAN, pdir, PDP_BASE);
5005 KASSERTMSG(va != (vaddr_t)PDP_BASE, "%s: trying to map va=%#"
5380 KASSERTMSG(va != (vaddr_t)PDP_BASE, "%s: trying to map va=%#"