Home
last modified time | relevance | path

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

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