Searched refs:new_maxprot (Results 1 – 2 of 2) sorted by relevance
538 vm_prot_t new_prot, vm_prot_t new_maxprot, int flags);
2786 vm_prot_t new_maxprot, int flags) in vm_map_protect_guard() argument2796 entry->offset = PROT_MAX(new_maxprot) | in vm_map_protect_guard()2797 (new_maxprot & old_prot); in vm_map_protect_guard()2813 vm_prot_t new_prot, vm_prot_t new_maxprot, int flags) in vm_map_protect() argument2827 !CONTAINS_BITS(new_maxprot, new_prot)) in vm_map_protect()2879 check_prot |= new_maxprot; in vm_map_protect()2992 vm_map_protect_guard(entry, new_prot, new_maxprot, in vm_map_protect()3000 entry->max_protection = new_maxprot; in vm_map_protect()3001 entry->protection = new_maxprot & old_prot; in vm_map_protect()