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()
141 unsigned char oldctx; in flush_tlb_mm() local
145 oldctx = sun3_get_context(); in flush_tlb_mm()
159 sun3_put_context(oldctx); in flush_tlb_mm()
167 unsigned char oldctx; in flush_tlb_page() local
170 oldctx = sun3_get_context(); in flush_tlb_page()
180 sun3_put_context(oldctx); in flush_tlb_page()
189 unsigned char seg, oldctx; in flush_tlb_range() local
193 oldctx = sun3_get_context(); in flush_tlb_range()
209 sun3_put_context(oldctx); in flush_tlb_range()