Searched refs:VM_PROT_IS_MASK (Results 1 – 4 of 4) sorted by relevance
154 #define VM_PROT_IS_MASK ((vm_prot_t) 0x40) macro
1699 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()1700 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()
4164 mask_cur_protection = cur_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()4165 mask_max_protection = max_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()4166 cur_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()4167 max_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()13867 mask_protections = (fault_type & VM_PROT_IS_MASK) ? TRUE : FALSE; in vm_map_lookup_and_lock_object()
2658 mask_protections = permission & VM_PROT_IS_MASK; in mach_make_memory_entry_internal()