CONFIG_CPU_ASID_BITS 23 arch/csky/include/asm/mmu_context.h #define ASID_MASK ((1 << CONFIG_CPU_ASID_BITS) - 1) CONFIG_CPU_ASID_BITS 31 arch/csky/mm/context.c BUG_ON(((1 << CONFIG_CPU_ASID_BITS) - 1) <= num_possible_cpus()); CONFIG_CPU_ASID_BITS 33 arch/csky/mm/context.c if (asid_allocator_init(&asid_info, CONFIG_CPU_ASID_BITS, 1,