Lines Matching defs:table
46 void crst_table_free(struct mm_struct *mm, unsigned long *table) in crst_table_free()
54 unsigned long *table, *pgd; in crst_table_upgrade() local
138 unsigned long *table; in gmap_alloc() local
164 static int gmap_unlink_segment(struct gmap *gmap, unsigned long *table) in gmap_unlink_segment()
201 unsigned long *table; in gmap_free() local
254 unsigned long *table, unsigned long init) in gmap_alloc_table()
286 unsigned long *table; in gmap_unmap_segment() local
338 unsigned long *table; in gmap_map_segment() local
393 unsigned long *table, vmaddr, segment; in __gmap_fault() local
476 unsigned long *table, address, size; in gmap_discard() local
520 void gmap_unmap_notifier(struct mm_struct *mm, unsigned long *table) in gmap_unmap_notifier()
547 unsigned long *table; in page_table_alloc_pgste() local
569 static inline void page_table_free_pgste(unsigned long *table) in page_table_free_pgste()
591 static inline void page_table_free_pgste(unsigned long *table) in page_table_free_pgste()
596 unsigned long *table) in gmap_unmap_notifier()
619 unsigned long *table; in page_table_alloc() local
656 void page_table_free(struct mm_struct *mm, unsigned long *table) in page_table_free()
684 static void __page_table_free_rcu(void *table, unsigned bit) in __page_table_free_rcu()
699 void page_table_free_rcu(struct mmu_gather *tlb, unsigned long *table) in page_table_free_rcu()
728 void *table = (void *)((unsigned long) _table & ~mask); in __tlb_remove_table() local