• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/mm/

Lines Matching refs:sun4c_mmu_entry

486 struct sun4c_mmu_entry {
487 struct sun4c_mmu_entry *next;
488 struct sun4c_mmu_entry *prev;
497 struct sun4c_mmu_entry *lru_next;
498 struct sun4c_mmu_entry *lru_prev;
501 static struct sun4c_mmu_entry mmu_entry_pool[SUN4C_MAX_SEGMAPS];
579 struct sun4c_mmu_entry ringhd;
614 struct sun4c_mmu_entry *entry)
616 struct sun4c_mmu_entry *head = &ring->ringhd;
624 static inline void add_lru(struct sun4c_mmu_entry *entry)
627 struct sun4c_mmu_entry *head = &ring->ringhd;
635 struct sun4c_mmu_entry *entry)
637 struct sun4c_mmu_entry *head = &ring->ringhd;
652 struct sun4c_mmu_entry *entry)
654 struct sun4c_mmu_entry *next = entry->next;
660 static void remove_lru(struct sun4c_mmu_entry *entry)
662 struct sun4c_mmu_entry *next = entry->lru_next;
667 static void free_user_entry(int ctx, struct sun4c_mmu_entry *entry)
674 static void free_kernel_entry(struct sun4c_mmu_entry *entry,
708 static void sun4c_kernel_unmap(struct sun4c_mmu_entry *kentry)
720 static void sun4c_kernel_map(struct sun4c_mmu_entry *kentry)
737 struct sun4c_mmu_entry *head = &crp->ringhd;
742 struct sun4c_mmu_entry *entry = head->next;
749 struct sun4c_mmu_entry *next = entry->next;
764 static struct sun4c_mmu_entry *sun4c_kernel_strategy(void)
766 struct sun4c_mmu_entry *this_entry;
790 static struct sun4c_mmu_entry *sun4c_user_strategy(void)
792 struct sun4c_mmu_entry *entry;
834 struct sun4c_mmu_entry *entry;
879 struct sun4c_mmu_entry *stolen;
894 struct sun4c_mmu_entry *entry;
1243 struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd;
1248 struct sun4c_mmu_entry *entry = head->next;
1254 struct sun4c_mmu_entry *next = entry->next;
1274 struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd;
1275 struct sun4c_mmu_entry *entry;
1302 struct sun4c_mmu_entry *next = entry->next;
1372 struct sun4c_mmu_entry *this_entry, *next_entry;
1399 struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd;
1404 struct sun4c_mmu_entry *entry = head->next;
1410 struct sun4c_mmu_entry *next = entry->next;
1429 struct sun4c_mmu_entry *head = &sun4c_context_ring[new_ctx].ringhd;
1430 struct sun4c_mmu_entry *entry;
1445 struct sun4c_mmu_entry *next = entry->next;
1897 struct sun4c_mmu_entry *entry = sun4c_user_strategy();
1933 struct sun4c_mmu_entry *entry = &mmu_entry_pool[pseg];