Searched refs:TLB_MISC_offCID (Results 1 – 3 of 3) sorted by relevance
31 cpu_last_cid += 1 << TLB_MISC_offCID; in __new_context()33 cpu_last_cid = 1 << TLB_MISC_offCID << CID_BITS; in __new_context()45 ((mm->context.id ^ cpu_last_cid) >> TLB_MISC_offCID >> CID_BITS)) in check_context()
458 #define TLB_MISC_offCID 4 /* Context id */ macro462 #define TLB_MISC_mskCID ( 0x1FF << TLB_MISC_offCID )
10 unsigned int cpu_last_cid = { TLB_MISC_mskCID + (2 << TLB_MISC_offCID) };