Searched refs:oldctx (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/m68k/include/asm/
H A Dtlbflush.h116 unsigned char ctx, oldctx; local
118 oldctx = sun3_get_context();
126 sun3_put_context(oldctx);
141 unsigned char oldctx; local
145 oldctx = sun3_get_context();
159 sun3_put_context(oldctx);
167 unsigned char oldctx; local
170 oldctx = sun3_get_context();
180 sun3_put_context(oldctx);
189 unsigned char seg, oldctx; local
[all...]
/linux-master/arch/m68k/sun3/
H A Dmmu_emu.c210 unsigned char oldctx; local
222 oldctx = sun3_get_context();
235 sun3_put_context(oldctx);

Completed in 192 milliseconds