Searched refs:VM_WIMG_WCOMB (Results 1 – 13 of 13) sorted by relevance
42 #define VM_WIMG_WCOMB (VM_MEM_NOT_CACHEABLE | VM_MEM_COHERENT) macro44 #define VM_WIMG_RT VM_WIMG_WCOMB
75 return VM_WIMG_WCOMB; in pmap_cache_attributes()
46 #define VM_WIMG_WCOMB (VM_MEM_NOT_CACHEABLE | VM_MEM_COHERENT) // 0x6 macro48 #define VM_WIMG_RT (VM_WIMG_WCOMB | VM_MEM_RT) // 0x16
96 assert(flags == VM_WIMG_WCOMB || flags == VM_WIMG_IO); in io_map_with_prot()98 if (flags == VM_WIMG_WCOMB) { in io_map_with_prot()
217 if ((wimg_bits == VM_WIMG_IO) || (wimg_bits == VM_WIMG_WCOMB) || (wimg_bits == VM_WIMG_RT)) { in dcache_incoherent_io_store64()
720 return io_map(phys_addr, size, VM_WIMG_WCOMB); in ml_io_map_wcomb()
5825 case VM_WIMG_WCOMB:
483 flags = VM_WIMG_WCOMB; in IOMapPages()551 flags = VM_WIMG_WCOMB; in IOProtectCacheMode()
242 case VM_WIMG_WCOMB: in bzero_phys()
1461 return io_map(phys_addr, size, VM_WIMG_WCOMB); in ml_io_map_wcomb()
1646 case MAP_MEM_WCOMB: *wimg = VM_WIMG_WCOMB; break; in vm_prot_to_wimg()
2894 unsigned int flags = VM_WIMG_WCOMB; in initialize_screen()
347 [kIOWriteCombineCache] = {VM_WIMG_WCOMB, MAP_MEM_WCOMB},