/Linux-v6.1/arch/riscv/include/asm/ |
D | tlb.h | 11 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-v6.1/arch/x86/include/asm/ |
D | tlb.h | 5 #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-v6.1/arch/arm64/include/asm/ |
D | tlb.h | 19 #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-v6.1/arch/loongarch/include/asm/ |
D | tlb.h | 142 static void tlb_flush(struct mmu_gather *tlb); 144 #define tlb_flush tlb_flush macro 147 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|
/Linux-v6.1/arch/s390/include/asm/ |
D | tlb.h | 26 static inline void tlb_flush(struct mmu_gather *tlb); 30 #define tlb_flush tlb_flush macro 51 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|
/Linux-v6.1/arch/powerpc/include/asm/ |
D | tlb.h | 24 #define tlb_flush tlb_flush macro 25 extern void tlb_flush(struct mmu_gather *tlb);
|
/Linux-v6.1/include/asm-generic/ |
D | tlb.h | 357 #if defined(tlb_flush) 358 #error MMU_GATHER_NO_RANGE relies on default tlb_flush() 369 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function 377 #ifndef tlb_flush 383 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function 430 tlb_flush(tlb); in tlb_flush_mmu_tlbonly()
|
/Linux-v6.1/drivers/char/agp/ |
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,
|
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,
|
D | parisc-agp.c | 164 agp_bridge->driver->tlb_flush(mem); in parisc_agp_insert_memory() 186 agp_bridge->driver->tlb_flush(mem); in parisc_agp_remove_memory() 218 .tlb_flush = parisc_agp_tlbflush,
|
D | nvidia-agp.c | 235 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,
|
D | ati-agp.c | 316 agp_bridge->driver->tlb_flush(mem); in ati_insert_memory() 342 agp_bridge->driver->tlb_flush(mem); in ati_remove_memory() 434 .tlb_flush = ati_tlbflush,
|
D | hp-agp.c | 371 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,
|
D | ali-agp.c | 211 .tlb_flush = ali_tlbflush, 235 .tlb_flush = ali_tlbflush,
|
/Linux-v6.1/drivers/gpu/drm/radeon/ |
D | radeon_asic.c | 167 rdev->asic->gart.tlb_flush = &rv370_pcie_gart_tlb_flush; in radeon_agp_disable() 173 rdev->asic->gart.tlb_flush = &r100_pci_gart_tlb_flush; in radeon_agp_disable() 210 .tlb_flush = &r100_pci_gart_tlb_flush, 278 .tlb_flush = &r100_pci_gart_tlb_flush, 374 .tlb_flush = &r100_pci_gart_tlb_flush, 442 .tlb_flush = &rv370_pcie_gart_tlb_flush, 510 .tlb_flush = &rv370_pcie_gart_tlb_flush, 578 .tlb_flush = &rs400_gart_tlb_flush, 646 .tlb_flush = &rs600_gart_tlb_flush, 714 .tlb_flush = &rs400_gart_tlb_flush, [all …]
|
/Linux-v6.1/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
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()
|
D | gt200.c | 33 .tlb_flush = g84_gr_tlb_flush,
|
D | gt215.c | 33 .tlb_flush = g84_gr_tlb_flush,
|
D | mcp89.c | 33 .tlb_flush = g84_gr_tlb_flush,
|
D | priv.h | 22 int (*tlb_flush)(struct nvkm_gr *); member
|
D | g84.c | 182 .tlb_flush = g84_gr_tlb_flush,
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | tlb_64.h | 25 #define tlb_flush(tlb) flush_tlb_pending() macro
|
/Linux-v6.1/arch/arm/include/asm/ |
D | tlb.h | 23 #define tlb_flush(tlb) ((void) tlb) macro
|
/Linux-v6.1/include/trace/events/ |
D | tlb.h | 38 TRACE_EVENT(tlb_flush,
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
D | tlbflush.h | 27 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|