Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/mach/
H A Dvm_prot.h158 #define VM_PROT_IS_MASK ((vm_prot_t) 0x40) macro
/xnu-11417.121.6/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-11417.121.6/osfmk/vm/
H A Dvm_memory_entry.c85 *mask_protections = permission & VM_PROT_IS_MASK; in vm_memory_entry_decode_perm()
703 protections | (mask_protections ? VM_PROT_IS_MASK : 0), in mach_make_memory_entry_share()
1139 VM_PROT_IS_MASK, permission); in mach_make_memory_entry_sanitize_perm()
H A Dvm_map.c3964 VM_PROT_IS_MASK, cur_protection, in vm_map_enter_mem_object_sanitize()
4100 mask_cur_protection = cur_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object()
4101 mask_max_protection = max_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object()
4102 cur_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object()
4103 max_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object()
14102 mask_protections = (fault_type & VM_PROT_IS_MASK) ? TRUE : FALSE; in vm_map_lookup_and_lock_object()
/xnu-11417.121.6/tests/
H A Dvm_test_mach_map.c1566 VM_PROT_READ | VM_PROT_WRITE | VM_PROT_IS_MASK,
/xnu-11417.121.6/osfmk/tests/
H A Dvm_parameter_validation.h1792 VM_PROT_TRIAL(VM_PROT_NONE | MAP_MEM_VM_SHARE | VM_PROT_IS_MASK),