Lines Matching refs:oldctx
116 unsigned char ctx, oldctx; in flush_tlb_all() local
118 oldctx = sun3_get_context(); in flush_tlb_all()
126 sun3_put_context(oldctx); in flush_tlb_all()
142 unsigned char oldctx; in flush_tlb_mm() local
146 oldctx = sun3_get_context(); in flush_tlb_mm()
160 sun3_put_context(oldctx); in flush_tlb_mm()
169 unsigned char oldctx; in flush_tlb_page() local
172 oldctx = sun3_get_context(); in flush_tlb_page()
182 sun3_put_context(oldctx); in flush_tlb_page()
191 unsigned char seg, oldctx; in flush_tlb_range() local
195 oldctx = sun3_get_context(); in flush_tlb_range()