Lines Matching refs:use_data_addr

87 	bool                           *use_data_addr,  in vm_memory_entry_decode_perm()  argument
93 *use_data_addr = ((permission & MAP_MEM_USE_DATA_ADDR) != 0); in vm_memory_entry_decode_perm()
101 bool use_data_addr, in vm_memory_entry_get_offset_in_page() argument
106 if (use_data_addr || use_4K_compat) { in vm_memory_entry_get_offset_in_page()
173 bool use_data_addr; in mach_make_memory_entry_mem_only() local
196 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_mem_only()
198 if (use_data_addr || use_4K_compat || parent_entry == NULL) { in mach_make_memory_entry_mem_only()
312 bool use_data_addr; in mach_make_memory_entry_named_create() local
355 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_named_create()
357 if (use_data_addr || use_4K_compat) { in mach_make_memory_entry_named_create()
512 bool use_data_addr; in mach_make_memory_entry_copy() local
557 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_copy()
565 use_data_addr, use_4K_compat); in mach_make_memory_entry_copy()
624 bool use_data_addr; in mach_make_memory_entry_share() local
673 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_share()
739 use_data_addr, use_4K_compat); in mach_make_memory_entry_share()
932 bool use_data_addr; in mach_make_memory_entry_from_parent_entry_sanitize() local
938 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_from_parent_entry_sanitize()
940 if (use_data_addr || use_4K_compat) { in mach_make_memory_entry_from_parent_entry_sanitize()
1008 bool use_data_addr; in mach_make_memory_entry_from_parent_entry() local
1022 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_from_parent_entry()
1043 if (use_data_addr || use_4K_compat) { in mach_make_memory_entry_from_parent_entry()
1067 use_data_addr, use_4K_compat); in mach_make_memory_entry_from_parent_entry()