Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/commpage/
H A Dcommpage.c121 vm_prot_t uperm) in commpage_allocate() argument
176 uperm, // protections as specified in commpage_allocate()
183 if (uperm == (VM_PROT_READ | VM_PROT_EXECUTE)) { in commpage_allocate()
203 uperm, // cur_protection (R-only in user map) in commpage_allocate()
204 uperm, // max_protection in commpage_allocate()
509 vm_prot_t uperm) in commpage_populate_one() argument
518 commPagePtr = (char *)commpage_allocate( submap, (vm_size_t) area_used, uperm ); in commpage_populate_one()