Home
last modified time | relevance | path

Searched refs:MAX_ASID_BITS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/arch/arm64/mm/
Dcontext.c33 #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()
/linux-4.1.27/arch/arm64/include/asm/
Dmmu_context.h31 #define MAX_ASID_BITS 16 macro
130 if (!((mm->context.id ^ cpu_last_asid) >> MAX_ASID_BITS)) in check_and_switch_context()