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

  /src/sys/arch/amd64/stand/prekern/
pdir.h 40 #define PTE_BASE ((pt_entry_t *)VA_SIGN_NEG((L4_SLOT_PTE * NBPD_L4)))
42 #define L1_BASE PTE_BASE
  /src/sys/arch/i386/include/
pmap_private.h 143 * note that the PDE#767 VA (0xbfc00000) is defined as "PTE_BASE"
197 * PTE_BASE will need 4 entries in the L2 PD pages to map the L2 pages
209 * PTE_BASE: the base VA of the linear PTE mappings
214 #define PTE_BASE ((pt_entry_t *) (PDIR_SLOT_PTE * NBPD_L2))
216 #define L1_BASE PTE_BASE
  /src/sys/arch/amd64/include/
pmap_private.h 116 * PTE_BASE: the base VA of the linear PTE mappings
121 extern pt_entry_t *pte_base;
122 #define PTE_BASE pte_base
124 #define PTE_BASE ((pt_entry_t *)VA_SIGN_NEG((L4_SLOT_PTE * NBPD_L4)))
127 #define L1_BASE PTE_BASE

Completed in 13 milliseconds