Searched refs:VM_WIMG_IO (Results 1 – 16 of 16) sorted by relevance
| /xnu-8020.121.3/osfmk/i386/ |
| H A D | memory_types.h | 35 #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 D | hpet.c | 197 rcbaArea = io_map_spec(rcbaAreap & -4096, PAGE_SIZE * 4, VM_WIMG_IO); in map_rcbaArea() 228 hpetArea = io_map_spec(hpetAreap & -4096, PAGE_SIZE * 4, VM_WIMG_IO); in hpet_init()
|
| H A D | pmap_common.c | 77 return VM_WIMG_IO; in pmap_cache_attributes()
|
| H A D | lapic_native.c | 142 VM_WIMG_IO, in map_local_apic()
|
| H A D | machine_routines.c | 109 return io_map(phys_addr, size, VM_WIMG_IO); in ml_io_map()
|
| /xnu-8020.121.3/osfmk/arm/ |
| H A D | memory_types.h | 43 #define VM_WIMG_IO (VM_MEM_COHERENT | VM_MEM_NOT_CACHEABLE | VM_MEM_GUARDED)… macro 50 #define VM_WIMG_RT (VM_WIMG_IO | VM_MEM_RT) // 0x17
|
| H A D | io_map.c | 96 assert(flags == VM_WIMG_WCOMB || flags == VM_WIMG_IO); in io_map_with_prot()
|
| H A D | machine_routines.c | 702 return io_map(phys_addr, size, VM_WIMG_IO); in ml_io_map() 712 return io_map_with_prot(phys_addr, size, VM_WIMG_IO, prot); in ml_io_map_with_prot()
|
| H A D | caches.c | 217 if ((wimg_bits == VM_WIMG_IO) || (wimg_bits == VM_WIMG_WCOMB) || (wimg_bits == VM_WIMG_RT)) { in dcache_incoherent_io_store64()
|
| H A D | pmap.c | 5792 case VM_WIMG_IO: 10361 return (io_rgn == NULL) ? VM_WIMG_IO : io_rgn->wimg; 10667 case VM_WIMG_IO: // nGnRnE
|
| /xnu-8020.121.3/osfmk/device/ |
| H A D | iokit_rpc.c | 475 flags = VM_WIMG_IO; in IOMapPages() 543 flags = VM_WIMG_IO; in IOProtectCacheMode()
|
| /xnu-8020.121.3/osfmk/i386/AT386/ |
| H A D | model_dep.c | 466 (mptr->Type == EfiMemoryMappedIO) ? VM_WIMG_IO : VM_WIMG_USE_DEFAULT); in efi_init() 559 (mptr->Type == EfiMemoryMappedIO) ? VM_WIMG_IO : VM_WIMG_USE_DEFAULT); in hibernate_newruntime_map()
|
| /xnu-8020.121.3/osfmk/arm64/ |
| H A D | machine_routines.c | 1443 return io_map(phys_addr, size, VM_WIMG_IO); in ml_io_map() 1453 return io_map_with_prot(phys_addr, size, VM_WIMG_IO, prot); in ml_io_map_with_prot()
|
| /xnu-8020.121.3/osfmk/vm/ |
| H A D | vm_map.h | 1639 case MAP_MEM_IO: *wimg = VM_WIMG_IO; break; in vm_prot_to_wimg()
|
| /xnu-8020.121.3/osfmk/console/ |
| H A D | video_console.c | 2896 unsigned int flags = VM_WIMG_IO; in initialize_screen()
|
| /xnu-8020.121.3/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 345 [kIOInhibitCache] = {VM_WIMG_IO, MAP_MEM_IO},
|