Home
last modified time | relevance | path

Searched refs:tlb_flush (Results 1 – 25 of 27) sorted by relevance

12

/linux/arch/loongarch/include/asm/
H A Dtlb.h135 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 Dintel-agp.c459 .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 Defficeon-agp.c281 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 Dparisc-agp.c168 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 Dati-agp.c303 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 Dali-agp.c211 .tlb_flush = ali_tlbflush,
235 .tlb_flush = ali_tlbflush,
H A Dvia-agp.c179 .tlb_flush = via_tlbflush_agp3,
206 .tlb_flush = via_tlbflush,
H A Dsis-agp.c131 .tlb_flush = sis_tlbflush,
177 sis_driver.tlb_flush = agp3_generic_tlbflush; in sis_get_driver()
H A Dalpha-agp.c134 .tlb_flush = alpha_core_agp_tlbflush,
H A Duninorth-agp.c519 .tlb_flush = uninorth_tlbflush,
547 .tlb_flush = uninorth_tlbflush,
H A Dagp.h109 void (*tlb_flush)(struct agp_memory *); member
H A Dgeneric.c1101 bridge->driver->tlb_flush(mem); in agp_generic_insert_memory()
1140 bridge->driver->tlb_flush(mem); in agp_generic_remove_memory()
H A Damd-k7-agp.c373 .tlb_flush = amd_irongate_tlbflush,
H A Dsworks-agp.c428 .tlb_flush = serverworks_tlbflush,
H A Damd64-agp.c225 .tlb_flush = amd64_tlbflush,
/linux/drivers/gpu/drm/radeon/
H A Dradeon_asic.c166 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 Dbase.c83 if (gr->func->tlb_flush) in nvkm_gr_tlb_flush()
84 return gr->func->tlb_flush(gr); in nvkm_gr_tlb_flush()
H A Dgt200.c33 .tlb_flush = g84_gr_tlb_flush,
H A Dmcp89.c33 .tlb_flush = g84_gr_tlb_flush,
H A Dgt215.c33 .tlb_flush = g84_gr_tlb_flush,
H A Dpriv.h24 int (*tlb_flush)(struct nvkm_gr *); member
H A Dg84.c182 .tlb_flush = g84_gr_tlb_flush,
/linux/include/trace/events/
H A Dtlb.h39 TRACE_EVENT(tlb_flush,
/linux/arch/powerpc/include/asm/book3s/32/
H A Dtlbflush.h30 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h105 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function

12