Searched refs:cpu_last_cid (Results 1 – 2 of 2) sorted by relevance
23 extern unsigned int cpu_last_cid;31 cid = cpu_last_cid; in __new_context()32 cpu_last_cid += 1 << TLB_MISC_offCID; in __new_context()33 if (cpu_last_cid == 0) in __new_context()34 cpu_last_cid = 1 << TLB_MISC_offCID << CID_BITS; in __new_context()46 ((mm->context.id ^ cpu_last_cid) >> TLB_MISC_offCID >> CID_BITS)) in check_context()
10 unsigned int cpu_last_cid = { TLB_MISC_mskCID + (2 << TLB_MISC_offCID) }; variable