Home
last modified time | relevance | path

Searched refs:isphysmem (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.140.41/osfmk/arm/
H A Dcaches.c174 if (isphysmem(paddr)) { in dcache_incoherent_io_flush64()
189 if (isphysmem(paddr)) { in dcache_incoherent_io_flush64()
215 if (isphysmem(paddr)) { in dcache_incoherent_io_store64()
241 if (isphysmem(paddr)) { in dcache_incoherent_io_store64()
255 if (isphysmem(paddr)) { in dcache_incoherent_io_store64()
278 if (isphysmem(paddr)) { in cache_sync_page()
653 if (isphysmem(paddr)) { in cache_sync_page()
/xnu-8020.140.41/osfmk/mach/arm/
H A Dvm_param.h296 #define isphysmem(a) (((vm_address_t)(a) - gPhysBase) < gPhysSize) macro
297 #define physmap_enclosed(a) isphysmem(a)