Searched refs:mwlr_protections (Results 1 – 3 of 3) sorted by relevance
46 vm_prot_t mwlr_protections;/* protections for new overmapping */ member
1344 rp->mwlr_protections, in vm_map_with_linking()1345 rp->mwlr_protections, in vm_map_with_linking()
3143 regions[r].mwlr_protections &= VM_PROT_ALL; in map_with_linking_np()3144 if (regions[r].mwlr_protections & VM_PROT_EXECUTE) { in map_with_linking_np()3211 if (rp->mwlr_protections & VM_PROT_ZF) { in map_with_linking_np()3217 if (rp->mwlr_protections & VM_PROT_EXECUTE) { in map_with_linking_np()3225 vm_prot_t prot = (rp->mwlr_protections & VM_PROT_ALL); in map_with_linking_np()