Home
last modified time | relevance | path

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

/xnu-8792.81.2/osfmk/mach/
H A Dvm_prot.h146 #define VM_PROT_TRUSTED ((vm_prot_t) 0x20) macro
/xnu-8792.81.2/bsd/kern/
H A Dkern_mman.c1048 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()