Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dpmap.h457 extern uint64_t physmap_base, physmap_max;
459 #define NPHYSMAP (MAX(((physmap_max - physmap_base) / GB), 4))
519 if (__improbable(pvaddr >= physmap_max)) { in PHYSMAP_PTOV_check()
521 pvaddr, physmap_base, physmap_max); in PHYSMAP_PTOV_check()
H A Di386_init.c150 uint64_t physmap_max = 4 * GB; variable
439 physmap_max = new_physmap_max; in Idle_PTs_init()
/xnu-8019.80.24/san/memory/
H A Dkasan-x86_64.c263 kasan_map_shadow_superpage_zero(physmap_base, physmap_max - physmap_base); in kasan_arch_init()