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
1691 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()1692 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()
4013 mask_cur_protection = cur_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()4014 mask_max_protection = max_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()4015 cur_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()4016 max_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()13524 mask_protections = (fault_type & VM_PROT_IS_MASK) ? TRUE : FALSE; in vm_map_lookup_and_lock_object()
2757 mask_protections = permission & VM_PROT_IS_MASK; in mach_make_memory_entry_internal()