Home
last modified time | relevance | path

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

12

/Linux-v5.4/arch/powerpc/include/asm/book3s/
Dpgtable.h38 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep);
/Linux-v5.4/arch/nds32/include/asm/
Dtlbflush.h43 void update_mmu_cache(struct vm_area_struct *vma,
/Linux-v5.4/arch/csky/abiv2/
Dcacheflush.c32 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, in update_mmu_cache() function
/Linux-v5.4/arch/microblaze/include/asm/
Dtlbflush.h42 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
/Linux-v5.4/arch/hexagon/include/asm/
Dcacheflush.h73 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/Linux-v5.4/arch/csky/abiv1/
Dcacheflush.c36 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
/Linux-v5.4/arch/powerpc/include/asm/nohash/
Dpgtable.h303 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep);
306 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) {} in update_mmu_cache() function
/Linux-v5.4/arch/sh/mm/
Dtlbex_32.c75 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
Dtlbex_64.c83 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
/Linux-v5.4/arch/unicore32/include/asm/
Dtlbflush.h184 extern void update_mmu_cache(struct vm_area_struct *vma,
/Linux-v5.4/arch/m68k/include/asm/
Dpgtable_mm.h132 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/Linux-v5.4/arch/sh/include/asm/
Dpgtable.h135 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
/Linux-v5.4/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
/Linux-v5.4/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
/Linux-v5.4/arch/arm/mm/
Dfault-armv.c177 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
/Linux-v5.4/mm/
Duserfaultfd.c98 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mcopy_atomic_pte()
140 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_zeropage_pte()
/Linux-v5.4/arch/xtensa/mm/
Dcache.c211 update_mmu_cache(struct vm_area_struct * vma, unsigned long addr, pte_t *ptep) in update_mmu_cache() function
/Linux-v5.4/arch/arc/mm/
Dtlb.c596 void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr_unaligned, in update_mmu_cache() function
660 update_mmu_cache(vma, addr, &pte); in update_mmu_cache_pmd()
/Linux-v5.4/arch/nios2/include/asm/
Dpgtable.h297 extern void update_mmu_cache(struct vm_area_struct *vma,
/Linux-v5.4/arch/nios2/mm/
Dcacheflush.c200 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/Linux-v5.4/arch/arc/include/asm/
Dpgtable.h365 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
/Linux-v5.4/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
/Linux-v5.4/arch/csky/include/asm/
Dpgtable.h303 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
/Linux-v5.4/arch/sparc/include/asm/
Dpgtable_32.h345 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
/Linux-v5.4/arch/riscv/include/asm/
Dpgtable.h302 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function

12