Searched refs:VM_PROT_TRUSTED (Results 1 – 2 of 2) sorted by relevance
146 #define VM_PROT_TRUSTED ((vm_prot_t) 0x20) macro
1048 prot = (vm_prot_t)(uap->prot & (VM_PROT_ALL | VM_PROT_TRUSTED | VM_PROT_STRIP_READ)); in mprotect()1091 if (prot & VM_PROT_TRUSTED) { in mprotect()1119 prot &= ~VM_PROT_TRUSTED; in mprotect()