HomeSort by: relevance | last modified time | path
    Searched refs:PDP_BASE (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/i386/include/
pmap_private.h 160 * defined as "PDP_BASE".... within that mapping there are two
210 * PDP_BASE: the base VA of the recursive mapping of the PDP
222 #define PDP_BASE L2_BASE
  /src/sys/arch/amd64/include/
pmap_private.h 117 * PDP_BASE: the base VA of the recursive mapping of the PTD
132 #define PDP_BASE L4_BASE
  /src/sys/arch/x86/x86/
pmap.c 2757 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=%#"

Completed in 56 milliseconds