Searched refs:VM_WIMG_RT (Results 1 – 9 of 9) sorted by relevance
45 #define VM_WIMG_RT (VM_WIMG_WCOMB | VM_MEM_RT) // 0x16 macro47 #define VM_WIMG_RT (VM_WIMG_IO | VM_MEM_RT) // 0x17 macro
209 if ((wimg_bits == VM_WIMG_IO) || (wimg_bits == VM_WIMG_WCOMB) || (wimg_bits == VM_WIMG_RT)) { in dcache_incoherent_io_store64()
44 #define VM_WIMG_RT VM_WIMG_WCOMB macro
510 flags = VM_WIMG_RT; in IOMapPages()578 flags = VM_WIMG_RT; in IOProtectCacheMode()
247 case VM_WIMG_RT: in bzero_phys()
1728 case MAP_MEM_RT: *wimg = VM_WIMG_RT; break; in vm_prot_to_wimg()
5368 case VM_WIMG_RT:9330 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {9951 if (wimg_bits_new == VM_WIMG_RT && wimg_bits_prev != VM_WIMG_RT) {10014 arm64_sync_tlb((cacheattr & VM_WIMG_MASK) == VM_WIMG_RT);
5831 case VM_WIMG_RT:10468 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {10738 if (wimg_bits_new == VM_WIMG_RT && wimg_bits_prev != VM_WIMG_RT) {10820 arm64_sync_tlb((cacheattr & VM_WIMG_MASK) == VM_WIMG_RT);11140 arm64_sync_tlb((attributes & VM_WIMG_MASK) == VM_WIMG_RT);
368 [kIORealTimeCache] = {VM_WIMG_RT, MAP_MEM_RT},