Home
last modified time | relevance | path

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

12

/linux-6.6.21/arch/riscv/include/asm/ !
Dtlb.h11 static void tlb_flush(struct mmu_gather *tlb);
13 #define tlb_flush tlb_flush macro
16 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
/linux-6.6.21/arch/x86/include/asm/ !
Dtlb.h5 #define tlb_flush tlb_flush macro
6 static inline void tlb_flush(struct mmu_gather *tlb);
10 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
/linux-6.6.21/arch/arm64/include/asm/ !
Dtlb.h19 #define tlb_flush tlb_flush macro
20 static void tlb_flush(struct mmu_gather *tlb);
53 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
/linux-6.6.21/arch/s390/include/asm/ !
Dtlb.h26 static inline void tlb_flush(struct mmu_gather *tlb);
31 #define tlb_flush tlb_flush macro
56 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
/linux-6.6.21/arch/loongarch/include/asm/ !
Dtlb.h137 static void tlb_flush(struct mmu_gather *tlb);
139 #define tlb_flush tlb_flush macro
142 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
/linux-6.6.21/arch/powerpc/include/asm/ !
Dtlb.h24 #define tlb_flush tlb_flush macro
25 extern void tlb_flush(struct mmu_gather *tlb);
/linux-6.6.21/include/asm-generic/ !
Dtlb.h385 #if defined(tlb_flush)
386 #error MMU_GATHER_NO_RANGE relies on default tlb_flush()
397 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
405 #ifndef tlb_flush
411 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
458 tlb_flush(tlb); in tlb_flush_mmu_tlbonly()
/linux-6.6.21/drivers/char/agp/ !
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,
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,
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,
Dnvidia-agp.c235 agp_bridge->driver->tlb_flush(mem); in nvidia_insert_memory()
256 agp_bridge->driver->tlb_flush(mem); in nvidia_remove_memory()
319 .tlb_flush = nvidia_tlbflush,
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,
Dhp-agp.c371 agp_bridge->driver->tlb_flush(mem); in hp_zx1_insert_memory()
392 agp_bridge->driver->tlb_flush(mem); in hp_zx1_remove_memory()
423 .tlb_flush = hp_zx1_tlbflush,
Dali-agp.c211 .tlb_flush = ali_tlbflush,
235 .tlb_flush = ali_tlbflush,
/linux-6.6.21/drivers/gpu/drm/radeon/ !
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-6.6.21/arch/sparc/include/asm/ !
Dtlb_64.h25 #define tlb_flush(tlb) flush_tlb_pending() macro
/linux-6.6.21/drivers/gpu/drm/nouveau/nvkm/engine/gr/ !
Dgt200.c33 .tlb_flush = g84_gr_tlb_flush,
Dgt215.c33 .tlb_flush = g84_gr_tlb_flush,
Dmcp89.c33 .tlb_flush = g84_gr_tlb_flush,
Dbase.c83 if (gr->func->tlb_flush) in nvkm_gr_tlb_flush()
84 return gr->func->tlb_flush(gr); in nvkm_gr_tlb_flush()
Dpriv.h24 int (*tlb_flush)(struct nvkm_gr *); member
Dg84.c182 .tlb_flush = g84_gr_tlb_flush,
/linux-6.6.21/arch/arm/include/asm/ !
Dtlb.h23 #define tlb_flush(tlb) ((void) tlb) macro
/linux-6.6.21/include/trace/events/ !
Dtlb.h38 TRACE_EVENT(tlb_flush,
/linux-6.6.21/arch/powerpc/include/asm/book3s/32/ !
Dtlbflush.h29 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function

12