Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dmemory_types.h33 #define VM_WIMG_DEFAULT VM_MEM_COHERENT macro
/xnu-8019.80.24/osfmk/arm/
H A Dmemory_types.h40 #define VM_WIMG_DEFAULT (VM_MEM_COHERENT) // 0x2 macro
H A Dloose_ends.c79 ((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 Dpmap.c10142 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 Dloose_ends.c98 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 Dkern_stackshot.c3117 if ((cur_wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_find_phys()
/xnu-8019.80.24/iokit/Kernel/
H A DIOMemoryDescriptor.cpp344 [kIODefaultCache] = {VM_WIMG_DEFAULT, MAP_MEM_NOOP},
/xnu-8019.80.24/osfmk/vm/
H A Dvm_fault.c7282 if ((object->wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_lightweight_fault()