Home
last modified time | relevance | path

Searched refs:ASID_INC (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
Dmmu_context.h70 #define ASID_INC 0x40 macro
75 #define ASID_INC 0x10 macro
80 #define ASID_INC 0x1 macro
107 if (! ((asid += ASID_INC) & ASID_MASK) ) { in get_new_mmu_context()
/linux-4.4.14/arch/score/include/asm/
Dmmu_context.h39 #define ASID_INC 0x10 macro
49 unsigned long asid = asid_cache + ASID_INC; in get_new_mmu_context()
/linux-4.4.14/drivers/misc/sgi-gru/
Dgrutables.h296 #define ASID_INC 8 /* number of regions */ macro
Dgrumain.c126 asid += ASID_INC; in gru_reset_asid_limit()
154 gru->gs_asid += ASID_INC; in gru_assign_asid()
/linux-4.4.14/arch/mips/kvm/
Dtlb.c604 asid += ASID_INC; in kvm_get_new_mmu_context()