cpu_last_cid       23 arch/nds32/include/asm/mmu_context.h extern unsigned int cpu_last_cid;
cpu_last_cid       31 arch/nds32/include/asm/mmu_context.h 	cid = cpu_last_cid;
cpu_last_cid       32 arch/nds32/include/asm/mmu_context.h 	cpu_last_cid += 1 << TLB_MISC_offCID;
cpu_last_cid       33 arch/nds32/include/asm/mmu_context.h 	if (cpu_last_cid == 0)
cpu_last_cid       34 arch/nds32/include/asm/mmu_context.h 		cpu_last_cid = 1 << TLB_MISC_offCID << CID_BITS;
cpu_last_cid       46 arch/nds32/include/asm/mmu_context.h 	    ((mm->context.id ^ cpu_last_cid) >> TLB_MISC_offCID >> CID_BITS))
cpu_last_cid       10 arch/nds32/mm/tlb.c unsigned int cpu_last_cid = { TLB_MISC_mskCID + (2 << TLB_MISC_offCID) };