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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/include/asm/
H A Dmmu_context.h39 #define ASID_INC 0x10 macro
49 unsigned long asid = asid_cache + ASID_INC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dmmu_context.h73 #define ASID_INC 0x40 macro
78 #define ASID_INC 0x10 macro
83 #define ASID_INC 0x1 macro
89 #define ASID_INC 0x1 macro
96 #define ASID_INC 0x1 macro
123 if (! ((asid += ASID_INC) & ASID_MASK) ) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgrutables.h296 #define ASID_INC 8 /* number of regions */ macro
H A Dgrumain.c125 asid += ASID_INC;
153 gru->gs_asid += ASID_INC;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsmtc.c1393 if (!((asid += ASID_INC) & ASID_MASK) ) {

Completed in 71 milliseconds