Home
last modified time | relevance | path

Searched refs:sun4c_context_ring (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c675 static struct sun4c_mmu_ring sun4c_context_ring[SUN4C_MAX_CONTEXTS]; /* used user entries */ variable
686 sun4c_context_ring[i].ringhd.next = in sun4c_init_rings()
687 sun4c_context_ring[i].ringhd.prev = in sun4c_init_rings()
688 &sun4c_context_ring[i].ringhd; in sun4c_init_rings()
689 sun4c_context_ring[i].num_entries = 0; in sun4c_init_rings()
761 remove_ring(sun4c_context_ring+ctx, entry); in free_user_entry()
909 remove_ring(sun4c_context_ring + ctx, entry); in sun4c_user_strategy()
1352 if (sun4c_context_ring[new_ctx].num_entries) { in sun4c_flush_cache_mm()
1353 struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd; in sun4c_flush_cache_mm()
1383 struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd; in sun4c_flush_cache_range()
[all …]