Searched refs:VM_PROT_IS_MASK (Results 1 – 4 of 4) sorted by relevance
147 #define VM_PROT_IS_MASK ((vm_prot_t) 0x40) macro
1685 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()1686 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()
3989 mask_cur_protection = cur_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()3990 mask_max_protection = max_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()3991 cur_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()3992 max_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()12992 mask_protections = (fault_type & VM_PROT_IS_MASK) ? TRUE : FALSE; in vm_map_lookup_locked()
2675 mask_protections = permission & VM_PROT_IS_MASK; in mach_make_memory_entry_internal()