Home
last modified time | relevance | path

Searched refs:update_mmu_cache (Results 1 – 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/
Dpgtable.h38 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep);
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dtlbflush.h43 void update_mmu_cache(struct vm_area_struct *vma,
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
Dcacheflush.h61 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/
Dtlbflush.h38 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
/kernel/linux/linux-5.10/arch/csky/abiv1/
Dcacheflush.c36 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/
Dpgtable.h296 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/
Dtlbex_32.c79 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
/kernel/linux/linux-5.10/arch/csky/abiv2/
Dcacheflush.c9 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/
Dpgtable_mm.h135 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/
Dpgtable.h127 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/
Dbook3e_hugetlbpage.c192 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/
Dtlbflush.h632 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/
Dfault-armv.c181 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
/kernel/linux/linux-5.10/mm/
Duserfaultfd.c133 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()
Dmemory.c1988 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/
Dcache.c216 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/
Dpgtable.h277 extern void update_mmu_cache(struct vm_area_struct *vma,
/kernel/linux/linux-5.10/arch/arc/mm/
Dtlb.c575 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/
Dpgtable.h339 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
/kernel/linux/linux-5.10/arch/nios2/mm/
Dcacheflush.c200 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable.h545 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/
Dpgtable.h269 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
/kernel/linux/linux-5.10/arch/um/include/asm/
Dpgtable.h305 #define update_mmu_cache(vma,address,ptep) do ; while (0) macro
/kernel/linux/linux-5.10/Documentation/core-api/
Dcachetlb.rst91 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/
Dpgtable.h408 extern void update_mmu_cache(struct vm_area_struct * vma,

12