Lines Matching refs:oldctx
120 unsigned char ctx, oldctx; in flush_tlb_all() local
122 oldctx = sun3_get_context(); in flush_tlb_all()
130 sun3_put_context(oldctx); in flush_tlb_all()
146 unsigned char oldctx; in flush_tlb_mm() local
150 oldctx = sun3_get_context(); in flush_tlb_mm()
164 sun3_put_context(oldctx); in flush_tlb_mm()
173 unsigned char oldctx; in flush_tlb_page() local
176 oldctx = sun3_get_context(); in flush_tlb_page()
186 sun3_put_context(oldctx); in flush_tlb_page()
195 unsigned char seg, oldctx; in flush_tlb_range() local
199 oldctx = sun3_get_context(); in flush_tlb_range()