Searched refs:VM_WIMG_DEFAULT (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.81.4/osfmk/vm/ |
| H A D | memory_types.h | 51 ((attr) == VM_WIMG_DEFAULT) \ 57 ((attr) == VM_WIMG_DEFAULT) \
|
| H A D | vm_fault.c | 8101 case VM_WIMG_DEFAULT: in object_supports_coredump()
|
| /xnu-12377.81.4/osfmk/i386/ |
| H A D | memory_types.h | 33 #define VM_WIMG_DEFAULT VM_MEM_COHERENT macro
|
| /xnu-12377.81.4/osfmk/arm/ |
| H A D | memory_types.h | 37 #define VM_WIMG_DEFAULT (VM_MEM_COHERENT) // 0x2 macro
|
| /xnu-12377.81.4/osfmk/arm64/ |
| H A D | loose_ends.c | 105 if ((wimg_bits_src & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal() 122 if ((wimg_bits_dst & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bcopy_phys_internal() 343 if ((wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in bzero_phys_internal() 375 case VM_WIMG_DEFAULT: in bzero_phys_internal()
|
| /xnu-12377.81.4/osfmk/kdp/ |
| H A D | kdp_common.c | 213 …if ((cur_wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT && (cur_wimg_bits & VM_WIMG_MASK) != VM_WIMG… in kdp_find_phys() 217 if ((cur_wimg_bits & VM_WIMG_MASK) != VM_WIMG_DEFAULT) { in kdp_find_phys()
|
| /xnu-12377.81.4/osfmk/kdp/output_stages/ |
| H A D | out_memory_backing_aware_buffer.c | 55 return (attr & VM_WIMG_MASK) == VM_WIMG_DEFAULT; in is_normal_memory()
|
| /xnu-12377.81.4/osfmk/arm/pmap/ |
| H A D | pmap.c | 10622 result = VM_WIMG_DEFAULT; 10680 if (cacheattr != VM_WIMG_DEFAULT) { 10682 pmap_update_compressor_page_ppl(pn, cacheattr, VM_WIMG_DEFAULT); 10684 pmap_update_compressor_page_internal(pn, cacheattr, VM_WIMG_DEFAULT); 10696 if (cacheattr != VM_WIMG_DEFAULT) { 10698 pmap_update_compressor_page_ppl(pn, VM_WIMG_DEFAULT, cacheattr); 10700 pmap_update_compressor_page_internal(pn, VM_WIMG_DEFAULT, cacheattr); 10923 unsigned int wimg_bits_prev = VM_WIMG_DEFAULT; 10930 unsigned int wimg_bits_new = VM_WIMG_DEFAULT; 11131 cacheattr = VM_WIMG_DEFAULT; [all …]
|
| /xnu-12377.81.4/osfmk/tests/ |
| H A D | pmap_tests.c | 675 pmap_set_cache_attributes(args->args.pn, VM_WIMG_DEFAULT); in hugepv_cache_attr_thread()
|
| /xnu-12377.81.4/osfmk/arm64/sptm/pmap/ |
| H A D | pmap.c | 2275 unsigned int cacheattr = (tag_not_untag ? VM_WIMG_MTE : VM_WIMG_DEFAULT); in pmap_tag_op() 2284 assert3u(pp_attr_current & PP_ATTR_WIMG_MASK, ==, VM_WIMG_DEFAULT); in pmap_tag_op() 9985 result = VM_WIMG_DEFAULT; 10031 case VM_WIMG_DEFAULT: 10047 pmap_update_compressor_page_internal(pn, cacheattr, VM_WIMG_DEFAULT); 10058 pmap_update_compressor_page_internal(pn, VM_WIMG_DEFAULT, cacheattr); 10536 unsigned int wimg_bits_prev = VM_WIMG_DEFAULT; 10543 unsigned int wimg_bits_new = VM_WIMG_DEFAULT;
|
| /xnu-12377.81.4/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 358 [kIODefaultCache] = {VM_WIMG_DEFAULT, MAP_MEM_NOOP},
|