Lines Matching refs:use_data_addr
82 bool *use_data_addr, in vm_memory_entry_decode_perm() argument
88 *use_data_addr = ((permission & MAP_MEM_USE_DATA_ADDR) != 0); in vm_memory_entry_decode_perm()
96 bool use_data_addr, in vm_memory_entry_get_offset_in_page() argument
101 if (use_data_addr || use_4K_compat) { in vm_memory_entry_get_offset_in_page()
171 bool use_data_addr; in mach_make_memory_entry_mem_only() local
194 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_mem_only()
196 if (use_data_addr || use_4K_compat || parent_entry == NULL) { in mach_make_memory_entry_mem_only()
301 bool use_data_addr; in mach_make_memory_entry_named_create() local
335 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_named_create()
337 if (use_data_addr || use_4K_compat) { in mach_make_memory_entry_named_create()
494 bool use_data_addr; in mach_make_memory_entry_copy() local
531 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_copy()
539 use_data_addr, use_4K_compat); in mach_make_memory_entry_copy()
604 bool use_data_addr; in mach_make_memory_entry_share() local
651 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_share()
721 use_data_addr, use_4K_compat); in mach_make_memory_entry_share()
955 bool use_data_addr; in mach_make_memory_entry_from_parent_entry_sanitize() local
961 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_from_parent_entry_sanitize()
963 if (use_data_addr || use_4K_compat) { in mach_make_memory_entry_from_parent_entry_sanitize()
1031 bool use_data_addr; in mach_make_memory_entry_from_parent_entry() local
1045 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_from_parent_entry()
1066 if (use_data_addr || use_4K_compat) { in mach_make_memory_entry_from_parent_entry()
1090 use_data_addr, use_4K_compat); in mach_make_memory_entry_from_parent_entry()