Home
last modified time | relevance | path

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

/xnu-10002.61.3/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.c149 uint64_t physmap_max = 4 * GB; variable
438 physmap_max = new_physmap_max; in Idle_PTs_init()
/xnu-10002.61.3/bsd/kern/
H A Dkern_trustcache.c737 extern uint64_t physmap_base, physmap_max;
744 if (__improbable(pvaddr >= physmap_max)) { in PHYSMAP_PTOV_check()
746 pvaddr, physmap_base, physmap_max); in PHYSMAP_PTOV_check()
/xnu-10002.61.3/san/memory/
H A Dkasan-x86_64.c267 kasan_map_shadow_superpage_zero(physmap_base, physmap_max - physmap_base); in kasan_arch_init()