Home
last modified time | relevance | path

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

/xnu-8020.121.3/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()
/xnu-8020.121.3/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.c96 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()
H A Dcaches.c217 if ((wimg_bits == VM_WIMG_IO) || (wimg_bits == VM_WIMG_WCOMB) || (wimg_bits == VM_WIMG_RT)) { in dcache_incoherent_io_store64()
H A Dmachine_routines.c720 return io_map(phys_addr, size, VM_WIMG_WCOMB); in ml_io_map_wcomb()
H A Dpmap.c5825 case VM_WIMG_WCOMB:
/xnu-8020.121.3/osfmk/device/
H A Diokit_rpc.c483 flags = VM_WIMG_WCOMB; in IOMapPages()
551 flags = VM_WIMG_WCOMB; in IOProtectCacheMode()
/xnu-8020.121.3/osfmk/arm64/
H A Dloose_ends.c242 case VM_WIMG_WCOMB: in bzero_phys()
H A Dmachine_routines.c1461 return io_map(phys_addr, size, VM_WIMG_WCOMB); in ml_io_map_wcomb()
/xnu-8020.121.3/osfmk/vm/
H A Dvm_map.h1646 case MAP_MEM_WCOMB: *wimg = VM_WIMG_WCOMB; break; in vm_prot_to_wimg()
/xnu-8020.121.3/osfmk/console/
H A Dvideo_console.c2894 unsigned int flags = VM_WIMG_WCOMB; in initialize_screen()
/xnu-8020.121.3/iokit/Kernel/
H A DIOMemoryDescriptor.cpp347 [kIOWriteCombineCache] = {VM_WIMG_WCOMB, MAP_MEM_WCOMB},