Lines Matching refs:oldctx
121 unsigned char ctx, oldctx; in flush_tlb_all() local
123 oldctx = sun3_get_context(); in flush_tlb_all()
131 sun3_put_context(oldctx); in flush_tlb_all()
147 unsigned char oldctx; in flush_tlb_mm() local
151 oldctx = sun3_get_context(); in flush_tlb_mm()
165 sun3_put_context(oldctx); in flush_tlb_mm()
174 unsigned char oldctx; in flush_tlb_page() local
177 oldctx = sun3_get_context(); in flush_tlb_page()
187 sun3_put_context(oldctx); in flush_tlb_page()
196 unsigned char seg, oldctx; in flush_tlb_range() local
200 oldctx = sun3_get_context(); in flush_tlb_range()