Searched refs:L2_BASE (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/i386/include/
H A Dpmap.h270 #define L2_BASE ((pd_entry_t *)((char *)L1_BASE + L2_SLOT_PTE * NBPD_L1)) macro
273 #define PDP_PDE (L2_BASE + PDIR_SLOT_PTE)
281 #define APDP_PDE_SHADOW (L2_BASE + PDIR_SLOT_APTE)
283 #define APDP_PDE (L2_BASE + PDIR_SLOT_APTE)
286 #define PDP_BASE L2_BASE
307 #define PDES_INITIALIZER { L2_BASE }
/netbsd-6-1-5-RELEASE/sys/arch/amd64/include/
H A Dpmap.h186 #define L2_BASE ((pd_entry_t *)((char *)L1_BASE + L4_SLOT_PTE * NBPD_L3)) macro
187 #define L3_BASE ((pd_entry_t *)((char *)L2_BASE + L4_SLOT_PTE * NBPD_L2))
229 #define PDES_INITIALIZER { L2_BASE, L3_BASE, L4_BASE }
/netbsd-6-1-5-RELEASE/sys/arch/x86/include/
H A Dpmap.h410 pde = L2_BASE + pl2_i(va);
/netbsd-6-1-5-RELEASE/sys/arch/x86/x86/
H A Dpmap.c1303 pde = &L2_BASE[pl2_i(kva)];

Completed in 193 milliseconds