Searched refs:VME_ALIAS_BITS (Results 1 – 2 of 2) sorted by relevance
161 #define VME_ALIAS_BITS 12 macro162 #define VME_ALIAS_MASK ((1u << VME_ALIAS_BITS) - 1)163 #define VME_OFFSET_SHIFT VME_ALIAS_BITS164 #define VME_OFFSET_BITS (64 - VME_ALIAS_BITS)207 /* vm_tag_t */ vme_alias:VME_ALIAS_BITS, /* entry VM tag */
711 bool start_aligned = start == ((start >> VME_ALIAS_BITS) << VME_ALIAS_BITS); in will_vm_map_protect_panic()712 bool end_aligned = end == ((end >> VME_ALIAS_BITS) << VME_ALIAS_BITS); in will_vm_map_protect_panic()