Searched refs:use_4K_compat (Results 1 – 1 of 1) sorted by relevance
83 bool *use_4K_compat) in vm_memory_entry_decode_perm() argument89 *use_4K_compat = ((permission & MAP_MEM_4K_DATA_ADDR) != 0); in vm_memory_entry_decode_perm()97 bool use_4K_compat) in vm_memory_entry_get_offset_in_page() argument101 if (use_data_addr || use_4K_compat) { in vm_memory_entry_get_offset_in_page()103 if (use_4K_compat) { in vm_memory_entry_get_offset_in_page()172 bool use_4K_compat; in mach_make_memory_entry_mem_only() local194 &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()294 bool use_4K_compat; in mach_make_memory_entry_named_create() local327 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_named_create()[all …]