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

/openbsd-current/sys/arch/amd64/include/
H A Dpte.h87 #define NBPD_L3 (1ULL << L3_SHIFT) /* # bytes mapped by L3 ent (1G) */ macro
H A Dpmap.h169 #define L2_BASE ((pd_entry_t *)((char *)L1_BASE + L4_SLOT_PTE * NBPD_L3))
229 #define NBPD_INITIALIZER { NBPD_L1, NBPD_L2, NBPD_L3, NBPD_L4 }
/openbsd-current/sys/arch/amd64/amd64/
H A Dhibernate_machdep.c244 if (va < NBPD_L3) {
H A Dpmap.c774 ndmpdp = (max_pa + NBPD_L3 - 1) >> L3_SHIFT;
849 (uint64_t)i * NBPD_L3 +

Completed in 143 milliseconds