Home
last modified time | relevance | path

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

12

/Linux-v5.15/Documentation/translations/zh_CN/core-api/
Dcachetlb.rst80 5) ``void update_mmu_cache(struct vm_area_struct *vma,
268 sparc64的flush_dcache_page和update_mmu_cache实现,以了解如
272 是一个空树,只需标记架构私有页标志位。之后,在update_mmu_cache()
309 flush_icache_page的所有功能都可以在flush_dcache_page和update_mmu_cache
/Linux-v5.15/arch/powerpc/include/asm/book3s/
Dpgtable.h37 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep);
/Linux-v5.15/arch/nds32/include/asm/
Dtlbflush.h43 void update_mmu_cache(struct vm_area_struct *vma,
/Linux-v5.15/arch/hexagon/include/asm/
Dcacheflush.h61 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/Linux-v5.15/arch/microblaze/include/asm/
Dtlbflush.h36 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
/Linux-v5.15/arch/csky/abiv1/
Dcacheflush.c37 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
/Linux-v5.15/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
/Linux-v5.15/arch/sh/mm/
Dtlbex_32.c79 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
/Linux-v5.15/arch/csky/abiv2/
Dcacheflush.c9 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, in update_mmu_cache() function
/Linux-v5.15/arch/m68k/include/asm/
Dpgtable_mm.h134 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/Linux-v5.15/arch/sh/include/asm/
Dpgtable.h125 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
/Linux-v5.15/arch/arc/include/asm/
Dpgtable-bits-arcv2.h124 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
/Linux-v5.15/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.15/arch/arm/include/asm/
Dtlbflush.h625 extern void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr,
628 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/Linux-v5.15/arch/arm/mm/
Dfault-armv.c181 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
/Linux-v5.15/arch/arc/mm/
Dtlb.c470 void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr_unaligned, in update_mmu_cache() function
534 update_mmu_cache(vma, addr, &pte); in update_mmu_cache_pmd()
/Linux-v5.15/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.15/arch/riscv/include/asm/
Dpgtable.h379 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
397 update_mmu_cache(vma, address, ptep); in update_mmu_cache_pmd()
/Linux-v5.15/arch/nios2/include/asm/
Dpgtable.h275 extern void update_mmu_cache(struct vm_area_struct *vma,
/Linux-v5.15/mm/
Duserfaultfd.c116 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_install_pte()
209 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_zeropage_pte()
/Linux-v5.15/arch/nios2/mm/
Dcacheflush.c201 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/Linux-v5.15/arch/mips/include/asm/
Dpgtable.h539 static inline void update_mmu_cache(struct vm_area_struct *vma, function
547 #define update_mmu_tlb update_mmu_cache
/Linux-v5.15/arch/csky/include/asm/
Dpgtable.h268 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
/Linux-v5.15/arch/um/include/asm/
Dpgtable.h305 #define update_mmu_cache(vma,address,ptep) do {} while (0) macro
/Linux-v5.15/Documentation/core-api/
Dcachetlb.rst91 5) ``void update_mmu_cache(struct vm_area_struct *vma,
312 flush_dcache_page and update_mmu_cache implementations for an example
318 update_mmu_cache(), a check is made of this flag bit, and if set the
366 flush_dcache_page and update_mmu_cache. In the future, the hope

12