Home
last modified time | relevance | path

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

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