| /linux/arch/hexagon/include/asm/ |
| H A D | cacheflush.h | 61 static inline void update_mmu_cache_range(struct vm_fault *vmf, in update_mmu_cache_range() function 69 update_mmu_cache_range(NULL, vma, addr, ptep, 1)
|
| /linux/arch/microblaze/include/asm/ |
| H A D | tlbflush.h | 36 #define update_mmu_cache_range(vmf, vma, addr, ptep, nr) do { } while (0) macro 38 update_mmu_cache_range(NULL, vma, addr, ptep, 1)
|
| /linux/arch/arc/include/asm/ |
| H A D | pgtable-bits-arcv2.h | 104 void update_mmu_cache_range(struct vm_fault *vmf, struct vm_area_struct *vma, 108 update_mmu_cache_range(NULL, vma, addr, ptep, 1)
|
| /linux/arch/powerpc/include/asm/ |
| H A D | pgtable.h | 40 update_mmu_cache_range(NULL, vma, addr, ptep, 1) 144 static inline void update_mmu_cache_range(struct vm_fault *vmf, in update_mmu_cache_range() function
|
| /linux/arch/csky/abiv1/ |
| H A D | cacheflush.c | 44 void update_mmu_cache_range(struct vm_fault *vmf, struct vm_area_struct *vma, in update_mmu_cache_range() function
|
| /linux/arch/arm/include/asm/ |
| H A D | tlbflush.h | 625 void update_mmu_cache_range(struct vm_fault *vmf, struct vm_area_struct *vma, 628 static inline void update_mmu_cache_range(struct vm_fault *vmf, in update_mmu_cache_range() function 636 update_mmu_cache_range(NULL, vma, addr, ptep, 1)
|
| /linux/arch/csky/abiv2/ |
| H A D | cacheflush.c | 10 void update_mmu_cache_range(struct vm_fault *vmf, struct vm_area_struct *vma, in update_mmu_cache_range() function
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 483 static inline void update_mmu_cache_range(struct vm_fault *vmf, in update_mmu_cache_range() function 496 update_mmu_cache_range(NULL, vma, addr, ptep, 1) 499 update_mmu_cache_range(NULL, vma, addr, ptep, nr)
|
| /linux/arch/arc/mm/ |
| H A D | tlb.c | 472 void update_mmu_cache_range(struct vm_fault *vmf, struct vm_area_struct *vma, in update_mmu_cache_range() function 534 update_mmu_cache_range(NULL, vma, addr, &pte, HPAGE_PMD_NR); in update_mmu_cache_pmd()
|
| /linux/arch/xtensa/mm/ |
| H A D | cache.c | 216 void update_mmu_cache_range(struct vm_fault *vmf, struct vm_area_struct *vma, in update_mmu_cache_range() function
|
| /linux/Documentation/core-api/ |
| H A D | cachetlb.rst | 91 5) ``void update_mmu_cache_range(struct vm_fault *vmf, 316 page. See sparc64's flush_dcache_folio and update_mmu_cache_range 322 flag bit. Later, in update_mmu_cache_range(), a check is made 371 flush_dcache_folio and update_mmu_cache_range. In the future, the hope
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 390 #define update_mmu_cache_range(vmf, vma, addr, ptep, nr) __update_cache(*ptep) macro
|