Searched refs:sun4c_mmu_ring (Results 1 – 2 of 2) sorted by relevance
16 struct sun4c_mmu_ring { struct21 struct sun4c_mmu_ring sun4c_kernel_ring; argument22 struct sun4c_mmu_ring sun4c_kfree_ring;
670 struct sun4c_mmu_ring { struct675 static struct sun4c_mmu_ring sun4c_context_ring[SUN4C_MAX_CONTEXTS]; /* used user entries */ argument676 static struct sun4c_mmu_ring sun4c_ufree_ring; /* free user entries */677 static struct sun4c_mmu_ring sun4c_ulru_ring; /* LRU user entries */678 struct sun4c_mmu_ring sun4c_kernel_ring; /* used kernel entries */679 struct sun4c_mmu_ring sun4c_kfree_ring; /* free kernel entries */705 static void add_ring(struct sun4c_mmu_ring *ring, in add_ring()718 struct sun4c_mmu_ring *ring = &sun4c_ulru_ring; in add_lru()726 static void add_ring_ordered(struct sun4c_mmu_ring *ring, in add_ring_ordered()743 static __inline__ void remove_ring(struct sun4c_mmu_ring *ring, in remove_ring()[all …]