Home
last modified time | relevance | path

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

/xnu-11215.81.4/osfmk/mach/
H A Dvm_prot.h158 #define VM_PROT_IS_MASK ((vm_prot_t) 0x40) macro
/xnu-11215.81.4/tests/vm/
H A Dvm_memory_entry_parent_test.c207 VM_PROT_READ | VM_PROT_WRITE | VM_PROT_IS_MASK, &entry_handle, parent_handle);
H A Dvm_allocation.c1736 vm_prot_t cur_protections[] = {VM_PROT_DEFAULT, VM_PROT_ALL + 1, ~VM_PROT_IS_MASK, INT_MAX}; in test_mach_vm_map_protection_inheritance_error()
1737 vm_prot_t max_protections[] = {VM_PROT_ALL, VM_PROT_ALL + 1, ~VM_PROT_IS_MASK, INT_MAX}; in test_mach_vm_map_protection_inheritance_error()
/xnu-11215.81.4/osfmk/vm/
H A Dvm_sanitize.c1141 VM_PROT_IS_MASK | in vm_sanitize_prot_test()
1195 VM_PROT_IS_MASK | in vm_sanitize_prot_bsd_test()
1224 VM_PROT_IS_MASK, &perm); in vm_sanitize_memory_entry_perm_test()
1244 VM_PROT_IS_MASK, &perm); in vm_sanitize_memory_entry_perm_test()
H A Dvm_memory_entry.c85 *mask_protections = permission & VM_PROT_IS_MASK; in vm_memory_entry_decode_perm()
700 protections | (mask_protections ? VM_PROT_IS_MASK : 0), in mach_make_memory_entry_share()
1136 VM_PROT_IS_MASK, permission); in mach_make_memory_entry_sanitize_perm()
H A Dvm_map.c3883 VM_PROT_IS_MASK, cur_protection, in vm_map_enter_mem_object_sanitize()
4019 mask_cur_protection = cur_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object()
4020 mask_max_protection = max_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object()
4021 cur_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object()
4022 max_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object()
13903 mask_protections = (fault_type & VM_PROT_IS_MASK) ? TRUE : FALSE; in vm_map_lookup_and_lock_object()
/xnu-11215.81.4/tests/
H A Dvm_test_mach_map.c1465 VM_PROT_READ | VM_PROT_WRITE | VM_PROT_IS_MASK,
/xnu-11215.81.4/osfmk/tests/
H A Dvm_parameter_validation.h1791 VM_PROT_TRIAL(VM_PROT_NONE | MAP_MEM_VM_SHARE | VM_PROT_IS_MASK),