| /linux/arch/loongarch/include/asm/ |
| H A D | tlb.h | 135 static void tlb_flush(struct mmu_gather *tlb); 137 #define tlb_flush tlb_flush macro 140 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|
| /linux/drivers/char/agp/ |
| H A D | intel-agp.c | 459 .tlb_flush = intel_tlbflush, 486 .tlb_flush = intel_8xx_tlbflush, 513 .tlb_flush = intel_820_tlbflush, 540 .tlb_flush = intel_8xx_tlbflush, 567 .tlb_flush = intel_8xx_tlbflush, 594 .tlb_flush = intel_8xx_tlbflush, 621 .tlb_flush = intel_8xx_tlbflush, 648 .tlb_flush = intel_8xx_tlbflush, 675 .tlb_flush = intel_8xx_tlbflush,
|
| H A D | efficeon-agp.c | 281 agp_bridge->driver->tlb_flush(mem); in efficeon_insert_memory() 307 agp_bridge->driver->tlb_flush(mem); in efficeon_remove_memory() 320 .tlb_flush = efficeon_tlbflush,
|
| H A D | parisc-agp.c | 168 agp_bridge->driver->tlb_flush(mem); in parisc_agp_insert_memory() 190 agp_bridge->driver->tlb_flush(mem); in parisc_agp_remove_memory() 232 .tlb_flush = parisc_agp_tlbflush,
|
| H A D | ati-agp.c | 303 agp_bridge->driver->tlb_flush(mem); in ati_insert_memory() 329 agp_bridge->driver->tlb_flush(mem); in ati_remove_memory() 421 .tlb_flush = ati_tlbflush,
|
| H A D | ali-agp.c | 211 .tlb_flush = ali_tlbflush, 235 .tlb_flush = ali_tlbflush,
|
| H A D | via-agp.c | 179 .tlb_flush = via_tlbflush_agp3, 206 .tlb_flush = via_tlbflush,
|
| H A D | sis-agp.c | 131 .tlb_flush = sis_tlbflush, 177 sis_driver.tlb_flush = agp3_generic_tlbflush; in sis_get_driver()
|
| H A D | alpha-agp.c | 134 .tlb_flush = alpha_core_agp_tlbflush,
|
| H A D | uninorth-agp.c | 519 .tlb_flush = uninorth_tlbflush, 547 .tlb_flush = uninorth_tlbflush,
|
| H A D | agp.h | 109 void (*tlb_flush)(struct agp_memory *); member
|
| H A D | generic.c | 1101 bridge->driver->tlb_flush(mem); in agp_generic_insert_memory() 1140 bridge->driver->tlb_flush(mem); in agp_generic_remove_memory()
|
| H A D | amd-k7-agp.c | 373 .tlb_flush = amd_irongate_tlbflush,
|
| H A D | sworks-agp.c | 428 .tlb_flush = serverworks_tlbflush,
|
| H A D | amd64-agp.c | 225 .tlb_flush = amd64_tlbflush,
|
| /linux/drivers/gpu/drm/radeon/ |
| H A D | radeon_asic.c | 166 rdev->asic->gart.tlb_flush = &rv370_pcie_gart_tlb_flush; in radeon_agp_disable() 172 rdev->asic->gart.tlb_flush = &r100_pci_gart_tlb_flush; in radeon_agp_disable() 209 .tlb_flush = &r100_pci_gart_tlb_flush, 277 .tlb_flush = &r100_pci_gart_tlb_flush, 373 .tlb_flush = &r100_pci_gart_tlb_flush, 441 .tlb_flush = &rv370_pcie_gart_tlb_flush, 509 .tlb_flush = &rv370_pcie_gart_tlb_flush, 577 .tlb_flush = &rs400_gart_tlb_flush, 645 .tlb_flush = &rs600_gart_tlb_flush, 713 .tlb_flush = &rs400_gart_tlb_flush, [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
| H A D | base.c | 83 if (gr->func->tlb_flush) in nvkm_gr_tlb_flush() 84 return gr->func->tlb_flush(gr); in nvkm_gr_tlb_flush()
|
| H A D | gt200.c | 33 .tlb_flush = g84_gr_tlb_flush,
|
| H A D | mcp89.c | 33 .tlb_flush = g84_gr_tlb_flush,
|
| H A D | gt215.c | 33 .tlb_flush = g84_gr_tlb_flush,
|
| H A D | priv.h | 24 int (*tlb_flush)(struct nvkm_gr *); member
|
| H A D | g84.c | 182 .tlb_flush = g84_gr_tlb_flush,
|
| /linux/include/trace/events/ |
| H A D | tlb.h | 39 TRACE_EVENT(tlb_flush,
|
| /linux/arch/powerpc/include/asm/book3s/32/ |
| H A D | tlbflush.h | 30 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | tlbflush.h | 105 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|