Lines Matching defs:table
113 * gup_fast() and other software pagetable walkers do a lockless page-table
132 * pressure. To guarantee progress we fall back to single table freeing, see
148 * It is however sufficient for software page-table walkers that rely on
180 * Invalidate page-table caches used by hardware walkers. Then
188 static void tlb_remove_table_one(void *table)
191 __tlb_remove_table(table);
205 void tlb_remove_table(struct mmu_gather *tlb, void *table)
213 tlb_remove_table_one(table);
219 (*batch)->tables[(*batch)->nr++] = table;
251 * tlb_gather_mmu - initialize an mmu_gather structure for page-table tear-down
254 * @start: start of the region that will be removed from the page-table
255 * @end: end of the region that will be removed from the page-table
257 * Called to initialize an (on-stack) mmu_gather structure for page-table
291 * @start: start of the region that will be removed from the page-table
292 * @end: end of the region that will be removed from the page-table