Home
last modified time | relevance | path

Searched refs:NPDPTPG (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/i386/
H A Dpmap.h141 #define NPDPTPG (PAGE_SIZE/(sizeof (pdpt_entry_t))) macro
H A Di386_init.c274 for (i = startIndex; i < NPDPTPG && *physStart < highest_phys; i++) { in physmap_init_L3()
H A Dpmap_internal.h1207 [(vaddr >> PDPTSHIFT) & (NPDPTPG - 1)]; in pmap64_pdpt()