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()
4087 mask_cur_protection = cur_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()4088 mask_max_protection = max_protection & VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()4089 cur_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()4090 max_protection &= ~VM_PROT_IS_MASK; in vm_map_enter_mem_object_helper()13240 mask_protections = (fault_type & VM_PROT_IS_MASK) ? TRUE : FALSE; in vm_map_lookup_locked()
2669 mask_protections = permission & VM_PROT_IS_MASK; in mach_make_memory_entry_internal()