/Linux-v4.19/arch/riscv/include/asm/ |
D | tlb.h | 19 static void tlb_flush(struct mmu_gather *tlb); 23 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|
/Linux-v4.19/arch/arm/include/asm/ |
D | tlb.h | 26 #define tlb_flush(tlb) ((void) tlb) macro 97 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function 130 tlb_flush(tlb); in tlb_flush_mmu_tlbonly() 218 tlb_flush(tlb); in tlb_end_vma()
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | tlb.h | 36 static void tlb_flush(struct mmu_gather *tlb); 40 static inline void tlb_flush(struct mmu_gather *tlb) in tlb_flush() function
|
/Linux-v4.19/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 | sgi-agp.c | 196 bridge->driver->tlb_flush(mem); in sgi_tioca_insert_memory() 221 bridge->driver->tlb_flush(mem); in sgi_tioca_remove_memory() 254 .tlb_flush = sgi_tioca_tlbflush,
|
/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_asic.c | 165 rdev->asic->gart.tlb_flush = &rv370_pcie_gart_tlb_flush; in radeon_agp_disable() 171 rdev->asic->gart.tlb_flush = &r100_pci_gart_tlb_flush; in radeon_agp_disable() 208 .tlb_flush = &r100_pci_gart_tlb_flush, 276 .tlb_flush = &r100_pci_gart_tlb_flush, 372 .tlb_flush = &r100_pci_gart_tlb_flush, 440 .tlb_flush = &rv370_pcie_gart_tlb_flush, 508 .tlb_flush = &rv370_pcie_gart_tlb_flush, 576 .tlb_flush = &rs400_gart_tlb_flush, 644 .tlb_flush = &rs600_gart_tlb_flush, 712 .tlb_flush = &rs400_gart_tlb_flush, [all …]
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | base.c | 56 if (gr->func->tlb_flush) in nvkm_gr_tlb_flush() 57 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,
|
/Linux-v4.19/arch/h8300/include/asm/ |
D | tlb.h | 5 #define tlb_flush(tlb) do { } while (0) macro
|
/Linux-v4.19/arch/c6x/include/asm/ |
D | tlb.h | 5 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | tlb.h | 30 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | tlb.h | 35 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | tlb.h | 17 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | tlb.h | 14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | tlb.h | 18 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | tlb.h | 14 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | tlb_32.h | 18 #define tlb_flush(tlb) \ macro
|
D | tlb_64.h | 29 #define tlb_flush(tlb) flush_tlb_pending() macro
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | tlb.h | 9 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/Linux-v4.19/arch/x86/include/asm/ |
D | tlb.h | 9 #define tlb_flush(tlb) \ macro
|
/Linux-v4.19/arch/arc/include/asm/ |
D | tlb.h | 12 #define tlb_flush(tlb) \ macro
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | tlb.h | 21 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | tlb.h | 41 #define tlb_flush(tlb) flush_tlb_mm((tlb)->mm) macro
|