Searched refs:MAX_ASID_BITS (Results 1 – 2 of 2) sorted by relevance
33 #define ASID_FIRST_VERSION (1 << MAX_ASID_BITS)69 if (likely((mm->context.id ^ cpu_last_asid) >> MAX_ASID_BITS)) { in set_mm_context()134 if (!unlikely((mm->context.id ^ cpu_last_asid) >> MAX_ASID_BITS)) { in __new_context()153 cpu_last_asid += (1 << MAX_ASID_BITS) - (1 << bits); in __new_context()
31 #define MAX_ASID_BITS 16 macro130 if (!((mm->context.id ^ cpu_last_asid) >> MAX_ASID_BITS)) in check_and_switch_context()