Searched refs:virt_to_phys (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/osfmk/arm/
H A Darm_vm_init.c388 virt_to_phys(&ExceptionVectorsBase) | L2_ACCESS_PRW | L2_SMALL_PAGE;
391 virt_to_phys(&HighExceptionVectorsBase) | L2_ACCESS_PRW | L2_SMALL_PAGE;
H A Dpmap.h192 #define virt_to_phys(p) ((unsigned int)((((unsigned long)(p)) - gVirtBase) + gPhysBase)) macro
H A Dpmap.c1780 l2_map_linear_range_no_cache(virt_to_phys(ptep), start, end);

Completed in 27 milliseconds