Searched refs:VM_WIMG_DEFAULT (Results 1 – 10 of 10) sorted by relevance
| /xnu-10063.141.1/osfmk/i386/ |
| H A D | memory_types.h | 33 #define VM_WIMG_DEFAULT VM_MEM_COHERENT macro
|
| /xnu-10063.141.1/osfmk/arm/ |
| H A D | memory_types.h | 37 #define VM_WIMG_DEFAULT (VM_MEM_COHERENT) // 0x2 macro
|
| /xnu-10063.141.1/osfmk/arm64/ |
| H A D | loose_ends.c | 99 if ((wimg_bits_src & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal() 116 if ((wimg_bits_dst & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal() 218 if ((wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bzero_phys() 242 case VM_WIMG_DEFAULT: in bzero_phys()
|
| /xnu-10063.141.1/osfmk/kdp/output_stages/ |
| H A D | out_memory_backing_aware_buffer.c | 50 return (attr & VM_WIMG_MASK) == VM_WIMG_DEFAULT; in is_normal_memory()
|
| /xnu-10063.141.1/osfmk/kdp/ |
| H A D | kdp_common.c | 200 if ((cur_wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_find_phys()
|
| /xnu-10063.141.1/osfmk/tests/ |
| H A D | pmap_tests.c | 632 pmap_set_cache_attributes(args->args.pn, VM_WIMG_DEFAULT); in hugepv_cache_attr_thread()
|
| /xnu-10063.141.1/osfmk/arm/pmap/ |
| H A D | pmap.c | 10445 result = VM_WIMG_DEFAULT; 10503 if (cacheattr != VM_WIMG_DEFAULT) { 10505 pmap_update_compressor_page_ppl(pn, cacheattr, VM_WIMG_DEFAULT); 10507 pmap_update_compressor_page_internal(pn, cacheattr, VM_WIMG_DEFAULT); 10519 if (cacheattr != VM_WIMG_DEFAULT) { 10521 pmap_update_compressor_page_ppl(pn, VM_WIMG_DEFAULT, cacheattr); 10523 pmap_update_compressor_page_internal(pn, VM_WIMG_DEFAULT, cacheattr); 10720 unsigned int wimg_bits_prev = VM_WIMG_DEFAULT; 10727 unsigned int wimg_bits_new = VM_WIMG_DEFAULT; 10928 cacheattr = VM_WIMG_DEFAULT; [all …]
|
| /xnu-10063.141.1/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 9307 result = VM_WIMG_DEFAULT; 9353 if (cacheattr != VM_WIMG_DEFAULT) { 9354 pmap_update_compressor_page_internal(pn, cacheattr, VM_WIMG_DEFAULT); 9364 if (cacheattr != VM_WIMG_DEFAULT) { 9365 pmap_update_compressor_page_internal(pn, VM_WIMG_DEFAULT, cacheattr); 9844 unsigned int wimg_bits_prev = VM_WIMG_DEFAULT; 9851 unsigned int wimg_bits_new = VM_WIMG_DEFAULT;
|
| /xnu-10063.141.1/osfmk/vm/ |
| H A D | vm_fault.c | 7623 if ((object->wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_lightweight_fault()
|
| /xnu-10063.141.1/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 361 [kIODefaultCache] = {VM_WIMG_DEFAULT, MAP_MEM_NOOP},
|