Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/Documentation/translations/zh_CN/core-api/
A Dcachetlb.rst81 5) ``void update_mmu_cache(struct vm_area_struct *vma,
269 sparc64的flush_dcache_page和update_mmu_cache实现,以了解如
273 是一个空树,只需标记架构私有页标志位。之后,在update_mmu_cache()
315 flush_icache_page的所有功能都可以在flush_dcache_page和update_mmu_cache
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dcacheflush.h61 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dtlbflush.h36 #define update_mmu_cache(vma, addr, ptep) do { } while (0) macro
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/
A Dpgtable.h39 static inline void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
/linux-6.3-rc2/arch/csky/abiv1/
A Dcacheflush.c37 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dpgtable.h285 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep);
288 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) {} in update_mmu_cache() function
/linux-6.3-rc2/arch/sh/mm/
A Dtlbex_32.c79 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
/linux-6.3-rc2/arch/csky/abiv2/
A Dcacheflush.c9 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, in update_mmu_cache() function
/linux-6.3-rc2/arch/sh/include/asm/
A Dpgtable.h106 update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
/linux-6.3-rc2/arch/m68k/include/asm/
A Dpgtable_mm.h141 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-6.3-rc2/arch/arc/include/asm/
A Dpgtable-bits-arcv2.h109 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
/linux-6.3-rc2/arch/riscv/include/asm/
A Dpgtable.h408 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
422 #define update_mmu_tlb update_mmu_cache
429 update_mmu_cache(vma, address, ptep); in update_mmu_cache_pmd()
/linux-6.3-rc2/arch/powerpc/mm/nohash/
A De500_hugetlbpage.c181 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address, pte_t *ptep) in update_mmu_cache() function
/linux-6.3-rc2/arch/arm/include/asm/
A 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-6.3-rc2/arch/arm/mm/
A Dfault-armv.c181 void update_mmu_cache(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache() function
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgtable.h448 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
455 #define update_mmu_tlb update_mmu_cache
/linux-6.3-rc2/arch/arc/mm/
A 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-6.3-rc2/arch/xtensa/mm/
A Dcache.c211 update_mmu_cache(struct vm_area_struct * vma, unsigned long addr, pte_t *ptep) in update_mmu_cache() function
/linux-6.3-rc2/arch/nios2/include/asm/
A Dpgtable.h276 extern void update_mmu_cache(struct vm_area_struct *vma,
/linux-6.3-rc2/arch/csky/include/asm/
A Dpgtable.h266 void update_mmu_cache(struct vm_area_struct *vma, unsigned long address,
/linux-6.3-rc2/arch/nios2/mm/
A Dcacheflush.c201 void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
/linux-6.3-rc2/mm/
A Duserfaultfd.c123 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_install_pte()
235 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_zeropage_pte()
A Dmigrate_device.c683 update_mmu_cache(vma, addr, ptep); in migrate_vma_insert_page()
687 update_mmu_cache(vma, addr, ptep); in migrate_vma_insert_page()
/linux-6.3-rc2/arch/mips/include/asm/
A Dpgtable.h570 static inline void update_mmu_cache(struct vm_area_struct *vma, function
578 #define update_mmu_tlb update_mmu_cache
/linux-6.3-rc2/arch/um/include/asm/
A Dpgtable.h292 #define update_mmu_cache(vma,address,ptep) do {} while (0) macro

Completed in 33 milliseconds

12