Home
last modified time | relevance | path

Searched refs:NUM_L4_SLOT_DIRECT (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/amd64/include/
H A Dpmap.h145 #define NUM_L4_SLOT_DIRECT 4 macro
146 #define L4_SLOT_DIRECT (L4_SLOT_KERNBASE - NUM_L4_SLOT_DIRECT)
165 NUM_L4_SLOT_DIRECT) * NBPD_L4)))
/openbsd/regress/sys/arch/amd64/dump_tables/
H A Ddump_tables.c138 if (i >= L4_SLOT_DIRECT && i < L4_SLOT_DIRECT + NUM_L4_SLOT_DIRECT) in l4type()
/openbsd/sys/arch/amd64/amd64/
H A Dpmap.c830 for (curslot = 1 ; curslot < NUM_L4_SLOT_DIRECT ; curslot++) { in pmap_bootstrap()
1329 for (i = 0; i < NUM_L4_SLOT_DIRECT; i++) in pmap_pdp_ctor()
H A Dmachdep.c1430 uint64_t max_dm_size = ((uint64_t)512 * NUM_L4_SLOT_DIRECT) << 30; in init_x86_64()