/Linux-v4.19/arch/nds32/include/asm/ |
D | tlbflush.h | 43 void update_mmu_cache(struct vm_area_struct *vma,
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | pgtable.h | 63 extern void update_mmu_cache(struct vm_area_struct *, unsigned long, pte_t *);
|
/Linux-v4.19/arch/hexagon/include/asm/ |
D | cacheflush.h | 86 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | tlbflush.h | 42 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
|
/Linux-v4.19/arch/sh/mm/ |
D | tlbex_32.c | 75 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
|
D | tlbex_64.c | 83 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
|
/Linux-v4.19/arch/unicore32/include/asm/ |
D | tlbflush.h | 187 extern void update_mmu_cache(struct vm_area_struct *vma,
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | pgtable_mm.h | 132 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | pgtable.h | 143 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
|
/Linux-v4.19/mm/ |
D | userfaultfd.c | 89 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mcopy_atomic_pte() 120 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_zeropage_pte()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | tlbflush.h | 635 extern void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, 638 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/Linux-v4.19/arch/arm/mm/ |
D | fault-armv.c | 180 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|
/Linux-v4.19/arch/xtensa/mm/ |
D | cache.c | 211 update_mmu_cache(struct vm_area_struct * vma, unsigned long addr, pte_t *ptep) in update_mmu_cache() function
|
/Linux-v4.19/arch/arc/mm/ |
D | tlb.c | 599 void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr_unaligned, in update_mmu_cache() function 663 update_mmu_cache(vma, addr, &pte); in update_mmu_cache_pmd()
|
/Linux-v4.19/arch/nios2/mm/ |
D | cacheflush.c | 200 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | pgtable.h | 300 extern void update_mmu_cache(struct vm_area_struct *vma,
|
/Linux-v4.19/arch/arc/include/asm/ |
D | pgtable.h | 368 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
|
/Linux-v4.19/Documentation/core-api/ |
D | cachetlb.rst | 91 5) ``void update_mmu_cache(struct vm_area_struct *vma, 321 update_mmu_cache implementations for an example of how to go 326 private page flag bit. Later, in update_mmu_cache(), a check is 388 flush_dcache_page and update_mmu_cache. In the future, the hope
|
/Linux-v4.19/arch/um/include/asm/ |
D | pgtable.h | 339 #define update_mmu_cache(vma,address,ptep) do ; while (0) macro
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgtable_32.h | 345 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgtable.h | 272 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | pgtable.h | 329 extern inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
|
/Linux-v4.19/arch/nds32/mm/ |
D | cacheflush.c | 49 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|
/Linux-v4.19/arch/openrisc/include/asm/ |
D | pgtable.h | 427 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/Linux-v4.19/arch/unicore32/mm/ |
D | mmu.c | 488 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|