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
438 flags = VM_WIMG_RT; in IOMapPages()511 flags = VM_WIMG_RT; in IOProtectCacheMode()
946 case MAP_MEM_RT: *wimg = VM_WIMG_RT; break; in vm_prot_to_wimg()
380 case VM_WIMG_RT: in bzero_phys_internal()
6244 case VM_WIMG_RT:10008 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {10643 if (wimg_bits_new == VM_WIMG_RT && wimg_bits_prev != VM_WIMG_RT) {10703 arm64_sync_tlb((cacheattr & VM_WIMG_MASK) == VM_WIMG_RT);
6004 case VM_WIMG_RT:10645 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {10941 if (wimg_bits_new == VM_WIMG_RT && wimg_bits_prev != VM_WIMG_RT) {11023 arm64_sync_tlb((cacheattr & VM_WIMG_MASK) == VM_WIMG_RT);11343 arm64_sync_tlb((attributes & VM_WIMG_MASK) == VM_WIMG_RT);
365 [kIORealTimeCache] = {VM_WIMG_RT, MAP_MEM_RT},