Searched refs:VM_WIMG_WCOMB (Results 1 – 13 of 13) sorted by relevance
| /xnu-8792.61.2/osfmk/i386/ |
| H A D | memory_types.h | 42 #define VM_WIMG_WCOMB (VM_MEM_NOT_CACHEABLE | VM_MEM_COHERENT) macro 44 #define VM_WIMG_RT VM_WIMG_WCOMB
|
| H A D | pmap_common.c | 75 return VM_WIMG_WCOMB; in pmap_cache_attributes()
|
| H A D | machine_routines.c | 116 return io_map(phys_addr, size, VM_WIMG_WCOMB, VM_PROT_DEFAULT, false); in ml_io_map_wcomb()
|
| /xnu-8792.61.2/osfmk/arm/ |
| H A D | memory_types.h | 46 #define VM_WIMG_WCOMB (VM_MEM_NOT_CACHEABLE | VM_MEM_COHERENT) // 0x6 macro 48 #define VM_WIMG_RT (VM_WIMG_WCOMB | VM_MEM_RT) // 0x16
|
| H A D | io_map.c | 108 assert(flags == VM_WIMG_WCOMB || flags == VM_WIMG_IO); in io_map() 110 if (flags == VM_WIMG_WCOMB) { in io_map()
|
| H A D | caches.c | 209 if ((wimg_bits == VM_WIMG_IO) || (wimg_bits == VM_WIMG_WCOMB) || (wimg_bits == VM_WIMG_RT)) { in dcache_incoherent_io_store64()
|
| /xnu-8792.61.2/osfmk/device/ |
| H A D | iokit_rpc.c | 483 flags = VM_WIMG_WCOMB; in IOMapPages() 551 flags = VM_WIMG_WCOMB; in IOProtectCacheMode()
|
| /xnu-8792.61.2/osfmk/arm64/ |
| H A D | loose_ends.c | 243 case VM_WIMG_WCOMB: in bzero_phys()
|
| H A D | machine_routines.c | 1503 return io_map(phys_addr, size, VM_WIMG_WCOMB, VM_PROT_DEFAULT, false); in ml_io_map_wcomb()
|
| /xnu-8792.61.2/osfmk/vm/ |
| H A D | vm_map.h | 1759 case MAP_MEM_WCOMB: *wimg = VM_WIMG_WCOMB; break; in vm_prot_to_wimg()
|
| /xnu-8792.61.2/osfmk/console/ |
| H A D | video_console.c | 2866 unsigned int flags = VM_WIMG_WCOMB; in initialize_screen()
|
| /xnu-8792.61.2/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 354 [kIOWriteCombineCache] = {VM_WIMG_WCOMB, MAP_MEM_WCOMB},
|
| /xnu-8792.61.2/osfmk/arm/pmap/ |
| H A D | pmap.c | 5666 case VM_WIMG_WCOMB:
|