Searched refs:VME_ALIAS (Results 1 – 8 of 8) sorted by relevance
81 int UHEE_alias = VME_ALIAS(UHEE_entry); \
1070 pinfo->pri_user_tag = VME_ALIAS(entry); in fill_procregioninfo()1082 extended.user_tag = VME_ALIAS(entry); in fill_procregioninfo()1173 pinfo->pri_user_tag = VME_ALIAS(entry); in fill_procregioninfo_onlymappedvnodes()
2796 VME_ALIAS(entry) != alias) { in vm_map_enter()2919 (VME_ALIAS(entry) == alias)) && in vm_map_enter()3074 int, VME_ALIAS(new_entry)); in vm_map_enter()4294 copy_vm_alias = VME_ALIAS(copy_entry); in vm_map_enter_mem_object_helper()5436 (VME_ALIAS(entry) == VM_MEMORY_SHARED_PMAP)) { in vm_map_clip_unnest()5505 int, VME_ALIAS(entry)); in vm_map_clip_start()5622 int, VME_ALIAS(entry)); in vm_map_clip_end()6061 if (override_nx(map, VME_ALIAS(current)) && prot) { in vm_map_protect()8247 int, VME_ALIAS(entry)); in vm_map_delete()8352 int, VME_ALIAS(entry)); in vm_map_delete()[all …]
351 #define VME_ALIAS(entry) \ macro
9746 assert(VME_ALIAS(entry) != VM_KERN_MEMORY_NONE); in vm_page_diagnose()9747 assert(VME_ALIAS(entry) < num_info); in vm_page_diagnose()9748 info[VME_ALIAS(entry)].size += ptoa_64(count); in vm_page_diagnose()9803 *tag = (vm_tag_t)VME_ALIAS(entry); in vm_kern_allocation_info()
1502 guard.kmg_tag = VME_ALIAS(oldentry); in kmem_realloc_guard()
6407 fault_info.user_tag = VME_ALIAS(entry); in vm_fault_unwire()6720 fault_info.user_tag = VME_ALIAS(entry); in vm_fault_wire_fast()
6673 if (override_nx(map, VME_ALIAS(entry)) && prot) { in vm_map_create_upl()