Searched refs:PROT_MAX (Results 1 – 2 of 2) sorted by relevance
63 #define PROT_MAX(prot) ((prot) << _PROT_MAX_SHIFT) macro
237 if ((prot & ~(_PROT_ALL | PROT_MAX(_PROT_ALL))) != 0) in kern_mmap_req()659 if ((prot & ~(_PROT_ALL | PROT_MAX(_PROT_ALL))) != 0) in kern_mprotect()