Searched refs:VM_PROT_TRUSTED (Results 1 – 3 of 3) sorted by relevance
150 #define VM_PROT_TRUSTED ((vm_prot_t) 0x20) macro
1274 if (prot & VM_PROT_TRUSTED) { in mprotect()1300 prot &= ~VM_PROT_TRUSTED; in mprotect()
777 prot &= (VM_PROT_ALL | VM_PROT_TRUSTED | VM_PROT_STRIP_READ); in vm_sanitize_prot_bsd()