Lines Matching refs:new_ctx
1236 int new_ctx = mm->context; in sun4c_flush_cache_mm() local
1238 if (new_ctx != NO_CONTEXT) { in sun4c_flush_cache_mm()
1241 if (sun4c_context_ring[new_ctx].num_entries) { in sun4c_flush_cache_mm()
1242 struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd; in sun4c_flush_cache_mm()
1250 sun4c_set_context(new_ctx); in sun4c_flush_cache_mm()
1256 free_user_entry(new_ctx, entry); in sun4c_flush_cache_mm()
1270 int new_ctx = mm->context; in sun4c_flush_cache_range() local
1272 if (new_ctx != NO_CONTEXT) { in sun4c_flush_cache_range()
1273 struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd; in sun4c_flush_cache_range()
1292 sun4c_set_context(new_ctx); in sun4c_flush_cache_range()
1317 free_user_entry(new_ctx, entry); in sun4c_flush_cache_range()
1330 int new_ctx = mm->context; in sun4c_flush_cache_page() local
1335 if (new_ctx != NO_CONTEXT) { in sun4c_flush_cache_page()
1341 sun4c_set_context(new_ctx); in sun4c_flush_cache_page()
1395 int new_ctx = mm->context; in sun4c_flush_tlb_mm() local
1397 if (new_ctx != NO_CONTEXT) { in sun4c_flush_tlb_mm()
1398 struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd; in sun4c_flush_tlb_mm()
1406 sun4c_set_context(new_ctx); in sun4c_flush_tlb_mm()
1412 free_user_entry(new_ctx, entry); in sun4c_flush_tlb_mm()
1425 int new_ctx = mm->context; in sun4c_flush_tlb_range() local
1427 if (new_ctx != NO_CONTEXT) { in sun4c_flush_tlb_range()
1428 struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd; in sun4c_flush_tlb_range()
1442 sun4c_set_context(new_ctx); in sun4c_flush_tlb_range()
1448 free_user_entry(new_ctx, entry); in sun4c_flush_tlb_range()
1461 int new_ctx = mm->context; in sun4c_flush_tlb_page() local
1463 if (new_ctx != NO_CONTEXT) { in sun4c_flush_tlb_page()
1468 sun4c_set_context(new_ctx); in sun4c_flush_tlb_page()