Home
last modified time | relevance | path

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

/xnu-11215/osfmk/arm/
H A Dcaches.c166 if (isphysmem(paddr)) { in dcache_incoherent_io_flush64()
181 if (isphysmem(paddr)) { in dcache_incoherent_io_flush64()
207 if (isphysmem(paddr)) { in dcache_incoherent_io_store64()
226 if (isphysmem(paddr)) { in dcache_incoherent_io_store64()
240 if (isphysmem(paddr)) { in dcache_incoherent_io_store64()
263 if (isphysmem(paddr)) { in cache_sync_page()
442 if (isphysmem(paddr)) { in cache_sync_page()
/xnu-11215/osfmk/mach/arm/
H A Dvm_param.h309 #define isphysmem(a) (((vm_address_t)(a) - gPhysBase) < gPhysSize) macro
310 #define physmap_enclosed(a) isphysmem(a)