Home
last modified time | relevance | path

Searched refs:VM_PROT_TRUSTED (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/osfmk/mach/
H A Dvm_prot.h146 #define VM_PROT_TRUSTED ((vm_prot_t) 0x20) macro
/xnu-10002.41.9/bsd/kern/
H A Dkern_mman.c1117 prot = (vm_prot_t)(uap->prot & (VM_PROT_ALL | VM_PROT_TRUSTED | VM_PROT_STRIP_READ)); in mprotect()
1160 if (prot & VM_PROT_TRUSTED) { in mprotect()
1188 prot &= ~VM_PROT_TRUSTED; in mprotect()