Searched refs:VM_WIMG_RT (Results 1 – 8 of 8) sorted by relevance
48 #define VM_WIMG_RT (VM_WIMG_WCOMB | VM_MEM_RT) // 0x16 macro50 #define VM_WIMG_RT (VM_WIMG_IO | VM_MEM_RT) // 0x17 macro
217 if ((wimg_bits == VM_WIMG_IO) || (wimg_bits == VM_WIMG_WCOMB) || (wimg_bits == VM_WIMG_RT)) { in dcache_incoherent_io_store64()
5743 case VM_WIMG_RT:10165 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {10298 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {10535 pmap_sync_tlb((attributes & VM_WIMG_MASK) == VM_WIMG_RT);
44 #define VM_WIMG_RT VM_WIMG_WCOMB macro
499 flags = VM_WIMG_RT; in IOMapPages()567 flags = VM_WIMG_RT; in IOProtectCacheMode()
246 case VM_WIMG_RT: in bzero_phys()
1689 case MAP_MEM_RT: *wimg = VM_WIMG_RT; break; in vm_prot_to_wimg()
351 [kIORealTimeCache] = {VM_WIMG_RT, MAP_MEM_RT},