Home
last modified time | relevance | path

Searched refs:VM_WIMG_WCOMB (Results 1 – 13 of 13) sorted by relevance

/xnu-10002.41.9/osfmk/i386/
H A Dmemory_types.h42 #define VM_WIMG_WCOMB (VM_MEM_NOT_CACHEABLE | VM_MEM_COHERENT) macro
44 #define VM_WIMG_RT VM_WIMG_WCOMB
H A Dpmap_common.c75 return VM_WIMG_WCOMB; in pmap_cache_attributes()
H A Dmachine_routines.c116 return io_map(phys_addr, size, VM_WIMG_WCOMB, VM_PROT_DEFAULT, false); in ml_io_map_wcomb()
/xnu-10002.41.9/osfmk/arm/
H A Dmemory_types.h43 #define VM_WIMG_WCOMB (VM_MEM_NOT_CACHEABLE | VM_MEM_COHERENT) // 0x6 macro
45 #define VM_WIMG_RT (VM_WIMG_WCOMB | VM_MEM_RT) // 0x16
H A Dio_map.c108 assert(flags == VM_WIMG_WCOMB || flags == VM_WIMG_IO); in io_map()
110 if (flags == VM_WIMG_WCOMB) { in io_map()
H A Dcaches.c209 if ((wimg_bits == VM_WIMG_IO) || (wimg_bits == VM_WIMG_WCOMB) || (wimg_bits == VM_WIMG_RT)) { in dcache_incoherent_io_store64()
/xnu-10002.41.9/osfmk/device/
H A Diokit_rpc.c494 flags = VM_WIMG_WCOMB; in IOMapPages()
562 flags = VM_WIMG_WCOMB; in IOProtectCacheMode()
/xnu-10002.41.9/osfmk/arm64/
H A Dloose_ends.c243 case VM_WIMG_WCOMB: in bzero_phys()
H A Dmachine_routines.c1610 return io_map(phys_addr, size, VM_WIMG_WCOMB, VM_PROT_DEFAULT, false); in ml_io_map_wcomb()
/xnu-10002.41.9/osfmk/vm/
H A Dvm_map.h1720 case MAP_MEM_WCOMB: *wimg = VM_WIMG_WCOMB; break; in vm_prot_to_wimg()
/xnu-10002.41.9/osfmk/console/
H A Dvideo_console.c2871 unsigned int flags = VM_WIMG_WCOMB; in initialize_screen()
/xnu-10002.41.9/iokit/Kernel/
H A DIOMemoryDescriptor.cpp364 [kIOWriteCombineCache] = {VM_WIMG_WCOMB, MAP_MEM_WCOMB},
/xnu-10002.41.9/osfmk/arm/pmap/
H A Dpmap.c5842 case VM_WIMG_WCOMB: