Searched refs:VME_ALIAS_MASK (Results 1 – 4 of 4) sorted by relevance
377 assert3u(alias & VME_ALIAS_MASK, ==, alias); in VME_ALIAS_SET()
162 #define VME_ALIAS_MASK ((1u << VME_ALIAS_BITS) - 1) macro
6876 assertf((fault_info.user_tag & VME_ALIAS_MASK) == fault_info.user_tag, in vm_fault_unwire()6877 …M Tag truncated from 0x%x to 0x%x\n", fault_info.user_tag, (fault_info.user_tag & VME_ALIAS_MASK)); in vm_fault_unwire()
1798 static_assert(VM_MAX_TAG_VALUE <= VME_ALIAS_MASK, in _vm_map_entry_create()