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

/darwin-on-arm/xnu/osfmk/mach/
H A Dvm_prot.h138 #define VM_PROT_TRUSTED ((vm_prot_t) 0x20) macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_mman.c748 prot = (vm_prot_t)(uap->prot & (VM_PROT_ALL | VM_PROT_TRUSTED));
787 if(prot & VM_PROT_TRUSTED) {
790 /* The special protection value VM_PROT_TRUSTED requests that we treat
812 prot &= ~VM_PROT_TRUSTED;

Completed in 27 milliseconds