Searched refs:mwlr_protections (Results 1 – 3 of 3) sorted by relevance
46 vm_prot_t mwlr_protections;/* protections for new overmapping */ member
1367 rp->mwlr_protections, in vm_map_with_linking()1368 rp->mwlr_protections, in vm_map_with_linking()
3177 regions[r].mwlr_protections &= VM_PROT_ALL; in map_with_linking_np()3178 if (regions[r].mwlr_protections & VM_PROT_EXECUTE) { in map_with_linking_np()3245 if (rp->mwlr_protections & VM_PROT_ZF) { in map_with_linking_np()3251 if (rp->mwlr_protections & VM_PROT_EXECUTE) { in map_with_linking_np()3259 vm_prot_t prot = (rp->mwlr_protections & VM_PROT_ALL); in map_with_linking_np()