TLB_MISC_offCID   462 arch/nds32/include/asm/bitfield.h #define TLB_MISC_mskCID        ( 0x1FF  << TLB_MISC_offCID )
TLB_MISC_offCID    32 arch/nds32/include/asm/mmu_context.h 	cpu_last_cid += 1 << TLB_MISC_offCID;
TLB_MISC_offCID    34 arch/nds32/include/asm/mmu_context.h 		cpu_last_cid = 1 << TLB_MISC_offCID << CID_BITS;
TLB_MISC_offCID    46 arch/nds32/include/asm/mmu_context.h 	    ((mm->context.id ^ cpu_last_cid) >> TLB_MISC_offCID >> CID_BITS))
TLB_MISC_offCID    10 arch/nds32/mm/tlb.c unsigned int cpu_last_cid = { TLB_MISC_mskCID + (2 << TLB_MISC_offCID) };