Home
last modified time | relevance | path

Searched refs:use_4K_compat (Results 1 – 1 of 1) sorted by relevance

/xnu-11215.1.10/osfmk/vm/
H A Dvm_memory_entry.c88 bool *use_4K_compat) in vm_memory_entry_decode_perm() argument
94 *use_4K_compat = ((permission & MAP_MEM_4K_DATA_ADDR) != 0); in vm_memory_entry_decode_perm()
102 bool use_4K_compat) 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()
108 if (use_4K_compat) { in vm_memory_entry_get_offset_in_page()
174 bool use_4K_compat; 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()
313 bool use_4K_compat; in mach_make_memory_entry_named_create() local
355 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_named_create()
[all …]