Searched refs:physmap_max (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dpmap.h354 extern uint64_t physmap_base, physmap_max;
365 if (__improbable(pvaddr >= physmap_max))
367 pvaddr, physmap_base, physmap_max);
H A Di386_init.c120 uint64_t physmap_base, physmap_max; variable
234 physmap_max = physmap_base + NPHYSMAP * GB;

Completed in 36 milliseconds