Home
last modified time | relevance | path

Searched refs:VM_WIMG_IO (Results 1 – 15 of 15) sorted by relevance

/xnu-12377.81.4/osfmk/i386/
H A Dmemory_types.h35 #define VM_WIMG_IO (VM_MEM_COHERENT | \ macro
37 #define VM_WIMG_POSTED VM_WIMG_IO
38 #define VM_WIMG_POSTED_REORDERED VM_WIMG_IO
39 #define VM_WIMG_POSTED_COMBINED_REORDERED VM_WIMG_IO
H A Dpmap_common.c77 return VM_WIMG_IO; in pmap_cache_attributes()
H A Dlapic_native.c142 VM_WIMG_IO, in map_local_apic()
H A Dmachine_routines.c103 return io_map(phys_addr, size, VM_WIMG_IO, VM_PROT_DEFAULT, false); in ml_io_map()
/xnu-12377.81.4/osfmk/arm/
H A Dmemory_types.h40 #define VM_WIMG_IO (VM_MEM_COHERENT | VM_MEM_NOT_CACHEABLE | VM_MEM_GUARDED)… macro
47 #define VM_WIMG_RT (VM_WIMG_IO | VM_MEM_RT) // 0x17
H A Dio_map.c114 assert(flags == VM_WIMG_WCOMB || flags == VM_WIMG_IO); 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-12377.81.4/osfmk/device/
H A Diokit_rpc.c414 flags = VM_WIMG_IO; in IOMapPages()
487 flags = VM_WIMG_IO; in IOProtectCacheMode()
/xnu-12377.81.4/osfmk/vm/
H A Dvm_map_internal.h938 case MAP_MEM_IO: *wimg = VM_WIMG_IO; break; in vm_prot_to_wimg()
/xnu-12377.81.4/osfmk/i386/AT386/
H A Dmodel_dep.c462 (mptr->Type == EfiMemoryMappedIO) ? VM_WIMG_IO : VM_WIMG_USE_DEFAULT); in efi_init()
555 (mptr->Type == EfiMemoryMappedIO) ? VM_WIMG_IO : VM_WIMG_USE_DEFAULT); in hibernate_newruntime_map()
/xnu-12377.81.4/osfmk/arm64/
H A Dmachine_routines.c1791 return io_map(phys_addr, size, VM_WIMG_IO, VM_PROT_DEFAULT, false); in ml_io_map()
1801 return io_map(phys_addr, size, VM_WIMG_IO, prot, false); in ml_io_map_with_prot()
/xnu-12377.81.4/osfmk/console/
H A Dvideo_console.c2873 unsigned int flags = VM_WIMG_IO; in initialize_screen()
/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap.c6225 case VM_WIMG_IO:
9982 return (io_rgn == NULL || io_rgn->signature == 'SKIO') ? VM_WIMG_IO : io_rgn->wimg;
10440 case VM_WIMG_IO: // nGnRnE
/xnu-12377.81.4/osfmk/arm/pmap/
H A Dpmap.c5985 case VM_WIMG_IO:
10619 return (io_rgn == NULL) ? VM_WIMG_IO : io_rgn->wimg;
11228 case VM_WIMG_IO: // nGnRnE
/xnu-12377.81.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp359 [kIOInhibitCache] = {VM_WIMG_IO, MAP_MEM_IO},