taglinefilesource code
sun4c_mmu_ring301arch/sparc/mm/sun4c.cstatic struct sun4c_mmu_ring sun4c_context_ring[16]; /* used user entries */
sun4c_mmu_ring302arch/sparc/mm/sun4c.cstatic struct sun4c_mmu_ring sun4c_ufree_ring;       /* free user entries */
sun4c_mmu_ring303arch/sparc/mm/sun4c.cstatic struct sun4c_mmu_ring sun4c_kernel_ring;      /* used kernel entries */
sun4c_mmu_ring304arch/sparc/mm/sun4c.cstatic struct sun4c_mmu_ring sun4c_kfree_ring;       /* free kernel entries */
sun4c_mmu_ring325arch/sparc/mm/sun4c.cstatic inline void add_ring(struct sun4c_mmu_ring *ring, struct sun4c_mmu_entry *entry)
sun4c_mmu_ring335arch/sparc/mm/sun4c.cstatic inline void remove_ring(struct sun4c_mmu_ring *ring, struct sun4c_mmu_entry *entry)
sun4c_mmu_ring343arch/sparc/mm/sun4c.cstatic inline void recycle_ring(struct sun4c_mmu_ring *ring, struct sun4c_mmu_entry *entry)
sun4c_mmu_ring366arch/sparc/mm/sun4c.cstatic inline void free_kernel_entry(struct sun4c_mmu_entry *entry, struct sun4c_mmu_ring *ring)
sun4c_mmu_ring372arch/sparc/mm/sun4c.cstatic inline void assign_kernel_entry(struct sun4c_mmu_entry *entry, struct sun4c_mmu_ring *ring) 
sun4c_mmu_ring455arch/sparc/mm/sun4c.cstatic inline void sun4c_demap_context(struct sun4c_mmu_ring *crp, unsigned char ctx)
sun4c_mmu_ring472arch/sparc/mm/sun4c.cstatic inline void sun4c_demap_one(struct sun4c_mmu_ring *crp, unsigned char ctx)
sun4c_mmu_ring490arch/sparc/mm/sun4c.cstruct sun4c_mmu_ring *rp = 0;