Searched refs:VM_WIMG_DEFAULT (Results 1 – 8 of 8) sorted by relevance
| /xnu-8019.80.24/osfmk/i386/ |
| H A D | memory_types.h | 33 #define VM_WIMG_DEFAULT VM_MEM_COHERENT macro
|
| /xnu-8019.80.24/osfmk/arm/ |
| H A D | memory_types.h | 40 #define VM_WIMG_DEFAULT (VM_MEM_COHERENT) // 0x2 macro
|
| H A D | loose_ends.c | 79 ((wimg_bits_src & VM_WIMG_MASK) == VM_WIMG_DEFAULT) && in bcopy_phys() 80 ((wimg_bits_dst & VM_WIMG_MASK) == VM_WIMG_DEFAULT)) { in bcopy_phys() 121 if (__probable((wimg_bits & VM_WIMG_MASK) == VM_WIMG_DEFAULT)) { in bzero_phys()
|
| H A D | pmap.c | 10142 result = VM_WIMG_DEFAULT; 10200 if (cacheattr != VM_WIMG_DEFAULT) { 10202 pmap_update_compressor_page_ppl(pn, cacheattr, VM_WIMG_DEFAULT); 10204 pmap_update_compressor_page_internal(pn, cacheattr, VM_WIMG_DEFAULT); 10216 if (cacheattr != VM_WIMG_DEFAULT) { 10218 pmap_update_compressor_page_ppl(pn, VM_WIMG_DEFAULT, cacheattr); 10220 pmap_update_compressor_page_internal(pn, VM_WIMG_DEFAULT, cacheattr); 10242 cacheattr = VM_WIMG_DEFAULT; 10273 wimg_bits_prev = VM_WIMG_DEFAULT; 10288 wimg_bits_new = VM_WIMG_DEFAULT; [all …]
|
| /xnu-8019.80.24/osfmk/arm64/ |
| H A D | loose_ends.c | 98 if ((wimg_bits_src & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal() 115 if ((wimg_bits_dst & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal() 217 if ((wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bzero_phys() 241 case VM_WIMG_DEFAULT: in bzero_phys()
|
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | kern_stackshot.c | 3117 if ((cur_wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_find_phys()
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 344 [kIODefaultCache] = {VM_WIMG_DEFAULT, MAP_MEM_NOOP},
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_fault.c | 7282 if ((object->wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_lightweight_fault()
|