Home
last modified time | relevance | path

Searched refs:set_max (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_map_internal.h328 boolean_t set_max,
H A Dvm_map.c5606 boolean_t set_max, in vm_map_protect() argument
5757 if (set_max && (new_prot & VM_PROT_ALLEXEC) && !vm_map_cs_enforcement(map)) { in vm_map_protect()
5761 …if (set_max && (new_prot & VM_PROT_EXECUTE) && (csm_address_space_exempt(map->pmap) == KERN_SUCCES… in vm_map_protect()
5945 if (set_max) { in vm_map_protect()
/xnu-11215/libkern/c++/
H A DOSKext.cpp7889 boolean_t set_max, argument
7899 } else if (set_max) {
7930 boolean_t set_max, argument
7945 return mach_vm_protect(map, start, size, set_max, new_prot);