Lines Matching refs:translated_allow_execute

5915 		    pmap_has_prot_policy(map->pmap, current->translated_allow_execute, current->protection)) {  in vm_map_protect()
6074 if (pmap_has_prot_policy(map->pmap, current->translated_allow_execute, prot)) { in vm_map_protect()
12413 …assert(!pmap_has_prot_policy(old_map->pmap, old_entry->translated_allow_execute, old_entry->protec… in vm_map_fork_share()
12417 assert(!pmap_has_prot_policy(old_map->pmap, old_entry->translated_allow_execute, prot)); in vm_map_fork_share()
12810 …assert(!pmap_has_prot_policy(old_map->pmap, old_entry->translated_allow_execute, old_entry->protec… in vm_map_fork()
12819 assert(!pmap_has_prot_policy(old_map->pmap, old_entry->translated_allow_execute, prot)); in vm_map_fork()
13446 assert(!pmap_has_prot_policy(map->pmap, submap_entry->translated_allow_execute, prot)); in vm_map_lookup_locked()
13448 assert(!pmap_has_prot_policy(map->pmap, submap_entry->translated_allow_execute, prot)); in vm_map_lookup_locked()
13824 if (entry->translated_allow_execute) { in vm_map_lookup_locked()
16171 new_entry->translated_allow_execute = vmk_flags.vmkf_translated_allow_execute; in vm_map_entry_insert()
16715 …assert(!pmap_has_prot_policy(map->pmap, src_entry->translated_allow_execute, src_entry->protection… in vm_map_remap_extract()
16725 assert(!pmap_has_prot_policy(map->pmap, src_entry->translated_allow_execute, prot)); in vm_map_remap_extract()
16880 …assert(!pmap_has_prot_policy(map->pmap, src_entry->translated_allow_execute, src_entry->protection… in vm_map_remap_extract()
16890 assert(!pmap_has_prot_policy(map->pmap, src_entry->translated_allow_execute, prot)); in vm_map_remap_extract()