Home
last modified time | relevance | path

Searched refs:VM_WIMG_RT (Results 1 – 8 of 8) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dmemory_types.h48 #define VM_WIMG_RT (VM_WIMG_WCOMB | VM_MEM_RT) // 0x16 macro
50 #define VM_WIMG_RT (VM_WIMG_IO | VM_MEM_RT) // 0x17 macro
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 Dpmap.c5743 case VM_WIMG_RT:
10165 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {
10298 if ((wimg_bits_new == VM_WIMG_RT) && (wimg_bits_prev != VM_WIMG_RT)) {
10535 pmap_sync_tlb((attributes & VM_WIMG_MASK) == VM_WIMG_RT);
/xnu-8019.80.24/osfmk/i386/
H A Dmemory_types.h44 #define VM_WIMG_RT VM_WIMG_WCOMB macro
/xnu-8019.80.24/osfmk/device/
H A Diokit_rpc.c499 flags = VM_WIMG_RT; in IOMapPages()
567 flags = VM_WIMG_RT; in IOProtectCacheMode()
/xnu-8019.80.24/osfmk/arm64/
H A Dloose_ends.c246 case VM_WIMG_RT: in bzero_phys()
/xnu-8019.80.24/osfmk/vm/
H A Dvm_map.h1689 case MAP_MEM_RT: *wimg = VM_WIMG_RT; break; in vm_prot_to_wimg()
/xnu-8019.80.24/iokit/Kernel/
H A DIOMemoryDescriptor.cpp351 [kIORealTimeCache] = {VM_WIMG_RT, MAP_MEM_RT},