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

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpmap.h271 #define AL2_BASE ((pd_entry_t *)((char *)AL1_BASE + L2_SLOT_PTE * NBPD_L1)) macro
287 #define APDP_BASE AL2_BASE
308 #define APDES_INITIALIZER { AL2_BASE }
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dpmap.h190 #define AL2_BASE ((pd_entry_t *)((char *)AL1_BASE + L4_SLOT_PTE * NBPD_L3)) macro
191 #define AL3_BASE ((pd_entry_t *)((char *)AL2_BASE + L4_SLOT_PTE * NBPD_L2))
230 #define APDES_INITIALIZER { AL2_BASE, AL3_BASE, AL4_BASE }

Completed in 116 milliseconds