Home
last modified time | relevance | path

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

/xnu-10002.81.5/osfmk/i386/commpage/
H A Dcommpage.c121 vm_prot_t uperm) in commpage_allocate() argument
174 uperm, // protections as specified in commpage_allocate()
181 if (uperm == (VM_PROT_READ | VM_PROT_EXECUTE)) { in commpage_allocate()
199 uperm, // cur_protection (R-only in user map) in commpage_allocate()
200 uperm, // max_protection in commpage_allocate()
505 vm_prot_t uperm) in commpage_populate_one() argument
515 commPagePtr = (char *)commpage_allocate( submap, (vm_size_t) area_used, uperm ); in commpage_populate_one()