Searched refs:VM_WIMG_DEFAULT (Results 1 – 11 of 11) sorted by relevance
| /xnu-11417.140.69/osfmk/vm/ |
| H A D | memory_types.h | 46 ((attr) == VM_WIMG_DEFAULT) \
|
| H A D | vm_fault.c | 7784 case VM_WIMG_DEFAULT: in object_supports_coredump()
|
| /xnu-11417.140.69/osfmk/i386/ |
| H A D | memory_types.h | 33 #define VM_WIMG_DEFAULT VM_MEM_COHERENT macro
|
| /xnu-11417.140.69/osfmk/arm/ |
| H A D | memory_types.h | 37 #define VM_WIMG_DEFAULT (VM_MEM_COHERENT) // 0x2 macro
|
| /xnu-11417.140.69/osfmk/arm64/ |
| H A D | loose_ends.c | 100 if ((wimg_bits_src & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal() 117 if ((wimg_bits_dst & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal() 249 if ((wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bzero_phys_internal() 273 case VM_WIMG_DEFAULT: in bzero_phys_internal()
|
| /xnu-11417.140.69/osfmk/kdp/output_stages/ |
| H A D | out_memory_backing_aware_buffer.c | 51 return (attr & VM_WIMG_MASK) == VM_WIMG_DEFAULT; in is_normal_memory()
|
| /xnu-11417.140.69/osfmk/kdp/ |
| H A D | kdp_common.c | 201 if ((cur_wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_find_phys()
|
| /xnu-11417.140.69/osfmk/tests/ |
| H A D | pmap_tests.c | 633 pmap_set_cache_attributes(args->args.pn, VM_WIMG_DEFAULT); in hugepv_cache_attr_thread()
|
| /xnu-11417.140.69/osfmk/arm/pmap/ |
| H A D | pmap.c | 10576 result = VM_WIMG_DEFAULT; 10634 if (cacheattr != VM_WIMG_DEFAULT) { 10636 pmap_update_compressor_page_ppl(pn, cacheattr, VM_WIMG_DEFAULT); 10638 pmap_update_compressor_page_internal(pn, cacheattr, VM_WIMG_DEFAULT); 10650 if (cacheattr != VM_WIMG_DEFAULT) { 10652 pmap_update_compressor_page_ppl(pn, VM_WIMG_DEFAULT, cacheattr); 10654 pmap_update_compressor_page_internal(pn, VM_WIMG_DEFAULT, cacheattr); 10877 unsigned int wimg_bits_prev = VM_WIMG_DEFAULT; 10884 unsigned int wimg_bits_new = VM_WIMG_DEFAULT; 11085 cacheattr = VM_WIMG_DEFAULT; [all …]
|
| /xnu-11417.140.69/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 9276 result = VM_WIMG_DEFAULT; 9322 case VM_WIMG_DEFAULT: 9334 pmap_update_compressor_page_internal(pn, cacheattr, VM_WIMG_DEFAULT); 9345 pmap_update_compressor_page_internal(pn, VM_WIMG_DEFAULT, cacheattr); 9823 unsigned int wimg_bits_prev = VM_WIMG_DEFAULT; 9830 unsigned int wimg_bits_new = VM_WIMG_DEFAULT;
|
| /xnu-11417.140.69/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 360 [kIODefaultCache] = {VM_WIMG_DEFAULT, MAP_MEM_NOOP},
|