Home
last modified time | relevance | path

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

/xnu-8792.61.2/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-8792.61.2/osfmk/arm/
H A Dmemory_types.h46 #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 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-8792.61.2/osfmk/device/
H A Diokit_rpc.c483 flags = VM_WIMG_WCOMB; in IOMapPages()
551 flags = VM_WIMG_WCOMB; in IOProtectCacheMode()
/xnu-8792.61.2/osfmk/arm64/
H A Dloose_ends.c243 case VM_WIMG_WCOMB: in bzero_phys()
H A Dmachine_routines.c1503 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 Dvm_map.h1759 case MAP_MEM_WCOMB: *wimg = VM_WIMG_WCOMB; break; in vm_prot_to_wimg()
/xnu-8792.61.2/osfmk/console/
H A Dvideo_console.c2866 unsigned int flags = VM_WIMG_WCOMB; in initialize_screen()
/xnu-8792.61.2/iokit/Kernel/
H A DIOMemoryDescriptor.cpp354 [kIOWriteCombineCache] = {VM_WIMG_WCOMB, MAP_MEM_WCOMB},
/xnu-8792.61.2/osfmk/arm/pmap/
H A Dpmap.c5666 case VM_WIMG_WCOMB: