Home
last modified time | relevance | path

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

/xnu-11417.101.15/osfmk/vm/
H A Dvm_memory_entry.c82 bool *use_4K_compat) in vm_memory_entry_decode_perm() argument
88 *use_4K_compat = ((permission & MAP_MEM_4K_DATA_ADDR) != 0); in vm_memory_entry_decode_perm()
96 bool use_4K_compat) in vm_memory_entry_get_offset_in_page() argument
100 if (use_data_addr || use_4K_compat) { in vm_memory_entry_get_offset_in_page()
102 if (use_4K_compat) { in vm_memory_entry_get_offset_in_page()
171 bool use_4K_compat; in mach_make_memory_entry_mem_only() local
193 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_mem_only()
195 if (use_data_addr || use_4K_compat || parent_entry == NULL) { in mach_make_memory_entry_mem_only()
315 bool use_4K_compat; in mach_make_memory_entry_named_create() local
356 &mask_protections, &use_data_addr, &use_4K_compat); in mach_make_memory_entry_named_create()
[all …]