/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/ |
D | pgtable.h | 38 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep);
|
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
D | tlbflush.h | 43 void update_mmu_cache(struct vm_area_struct *vma,
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | cacheflush.h | 61 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/kernel/linux/linux-5.10/arch/microblaze/include/asm/ |
D | tlbflush.h | 38 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
|
/kernel/linux/linux-5.10/arch/csky/abiv1/ |
D | cacheflush.c | 36 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 296 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep); 299 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) {} in update_mmu_cache() function
|
/kernel/linux/linux-5.10/arch/sh/mm/ |
D | tlbex_32.c | 79 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
|
/kernel/linux/linux-5.10/arch/csky/abiv2/ |
D | cacheflush.c | 9 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, in update_mmu_cache() function
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
D | pgtable_mm.h | 135 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | pgtable.h | 127 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
|
/kernel/linux/linux-5.10/arch/powerpc/mm/nohash/ |
D | book3e_hugetlbpage.c | 192 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
D | tlbflush.h | 632 extern void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, 635 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/kernel/linux/linux-5.10/arch/arm/mm/ |
D | fault-armv.c | 181 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
|
/kernel/linux/linux-5.10/mm/ |
D | userfaultfd.c | 133 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mcopy_atomic_pte() 174 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_zeropage_pte()
|
D | memory.c | 1988 update_mmu_cache(vma, addr, pte); in insert_pfn() 2005 update_mmu_cache(vma, addr, pte); /* XXX: why not for insert_page? */ in insert_pfn() 2674 update_mmu_cache(vma, addr, vmf->pte); in cow_user_page() 2848 update_mmu_cache(vma, vmf->address, vmf->pte); in wp_page_reuse() 2956 update_mmu_cache(vma, vmf->address, vmf->pte); in wp_page_copy() 3582 update_mmu_cache(vma, vmf->address, vmf->pte); in do_swap_page() 3694 update_mmu_cache(vma, vmf->address, vmf->pte); in do_anonymous_page() 3726 update_mmu_cache(vma, vmf->address, vmf->pte); in do_anonymous_page() 4002 update_mmu_cache(vma, vmf->address, vmf->pte); in alloc_set_pte() 4370 update_mmu_cache(vma, vmf->address, vmf->pte); in do_numa_page() [all …]
|
/kernel/linux/linux-5.10/arch/xtensa/mm/ |
D | cache.c | 216 update_mmu_cache(struct vm_area_struct * vma, unsigned long addr, pte_t *ptep) in update_mmu_cache() function
|
/kernel/linux/linux-5.10/arch/nios2/include/asm/ |
D | pgtable.h | 277 extern void update_mmu_cache(struct vm_area_struct *vma,
|
/kernel/linux/linux-5.10/arch/arc/mm/ |
D | tlb.c | 575 void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr_unaligned, in update_mmu_cache() function 639 update_mmu_cache(vma, addr, &pte); in update_mmu_cache_pmd()
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
D | pgtable.h | 339 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
|
/kernel/linux/linux-5.10/arch/nios2/mm/ |
D | cacheflush.c | 200 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | pgtable.h | 545 static inline void update_mmu_cache(struct vm_area_struct *vma, function 553 #define update_mmu_tlb update_mmu_cache
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
D | pgtable.h | 269 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
D | pgtable.h | 305 #define update_mmu_cache(vma,address,ptep) do ; while (0) macro
|
/kernel/linux/linux-5.10/Documentation/core-api/ |
D | cachetlb.rst | 91 5) ``void update_mmu_cache(struct vm_area_struct *vma, 311 update_mmu_cache implementations for an example of how to go 316 private page flag bit. Later, in update_mmu_cache(), a check is 378 flush_dcache_page and update_mmu_cache. In the future, the hope
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
D | pgtable.h | 408 extern void update_mmu_cache(struct vm_area_struct * vma,
|