Home
last modified time | relevance | path

Searched refs:NPDPG (Results 1 – 5 of 5) sorted by relevance

/openbsd/sys/arch/amd64/stand/libsa/
H A Dexec_i386.c85 #define NPDPG 512 macro
356 for (j = k; j < NPDPG; j++) in make_kernel_page_tables()
368 for (i = 0; i < NPDPG; i++) in make_kernel_page_tables()
/openbsd/sys/arch/amd64/amd64/
H A Dgenassym.cf175 export NPDPG
H A Dpmap.c802 for (i = NDML2_ENTRIES; i < NPDPG * ndmpdp; i++) { in pmap_bootstrap()
853 if (p > NPDPG) in pmap_bootstrap()
854 p = NPDPG; in pmap_bootstrap()
867 while (cur_pa < max_pa && j < NPDPG) { in pmap_bootstrap()
975 for (i = 0; i < NPDPG; i++) { in pmap_randomize()
1026 for (i = 0; i < NPDPG; i++) in pmap_randomize_level()
H A Dlocore0.S573 movl $(NDML2_ENTRIES * NPDPG), %ecx
/openbsd/sys/arch/amd64/include/
H A Dpmap.h202 #define NPDPG (PAGE_SIZE / sizeof (pd_entry_t)) macro