Home
last modified time | relevance | path

Searched refs:TLB_MISC_offCID (Results 1 – 3 of 3) sorted by relevance

/arch/nds32/include/asm/
Dmmu_context.h31 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()
Dbitfield.h458 #define TLB_MISC_offCID 4 /* Context id */ macro
462 #define TLB_MISC_mskCID ( 0x1FF << TLB_MISC_offCID )
/arch/nds32/mm/
Dtlb.c10 unsigned int cpu_last_cid = { TLB_MISC_mskCID + (2 << TLB_MISC_offCID) };