Searched refs:NBPD_L4 (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/arch/amd64/include/
H A Dpmap.h162 #define PTE_BASE ((pt_entry_t *) (L4_SLOT_PTE * NBPD_L4))
163 #define PMAP_DIRECT_BASE (VA_SIGN_NEG((L4_SLOT_DIRECT * NBPD_L4)))
165 NUM_L4_SLOT_DIRECT) * NBPD_L4)))
229 #define NBPD_INITIALIZER { NBPD_L1, NBPD_L2, NBPD_L3, NBPD_L4 }
H A Dpte.h88 #define NBPD_L4 (1ULL << L4_SHIFT) /* # bytes mapped by L4 ent (512G) */ macro
/openbsd-current/sys/arch/amd64/amd64/
H A Dhibernate_machdep.c243 if (va < NBPD_L4) {
H A Dpmap.c815 start_cur = (paddr_t)(curslot * NBPD_L4);
848 pml2[j] = curslot * NBPD_L4 +
H A Dvmm_machdep.c742 if (size >= NBPD_L4) {

Completed in 283 milliseconds