Searched refs:VME_ALIAS_BITS (Results 1 – 2 of 2) sorted by relevance
160 #define VME_ALIAS_BITS 12 macro161 #define VME_ALIAS_MASK ((1u << VME_ALIAS_BITS) - 1)162 #define VME_OFFSET_SHIFT VME_ALIAS_BITS163 #define VME_OFFSET_BITS (64 - VME_ALIAS_BITS)207 /* vm_tag_t */ vme_alias:VME_ALIAS_BITS, /* entry VM tag */
674 bool start_aligned = start == ((start >> VME_ALIAS_BITS) << VME_ALIAS_BITS); in will_vm_map_protect_panic()675 bool end_aligned = end == ((end >> VME_ALIAS_BITS) << VME_ALIAS_BITS); in will_vm_map_protect_panic()