Home
last modified time | relevance | path

Searched refs:L4_SLOT_PTE (Results 1 – 2 of 2) sorted by relevance

/openbsd/sys/arch/amd64/include/
H A Dpmap.h142 #define L4_SLOT_PTE 255 macro
150 #define PDIR_SLOT_PTE L4_SLOT_PTE
162 #define PTE_BASE ((pt_entry_t *) (L4_SLOT_PTE * NBPD_L4))
169 #define L2_BASE ((pd_entry_t *)((char *)L1_BASE + L4_SLOT_PTE * NBPD_L3))
170 #define L3_BASE ((pd_entry_t *)((char *)L2_BASE + L4_SLOT_PTE * NBPD_L2))
171 #define L4_BASE ((pd_entry_t *)((char *)L3_BASE + L4_SLOT_PTE * NBPD_L1))
/openbsd/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c140 if (i == L4_SLOT_PTE) in l4type()