Home
last modified time | relevance | path

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

12

/Linux-v6.6/Documentation/translations/zh_CN/core-api/
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-v6.6/arch/hexagon/include/asm/
Dcacheflush.h68 #define update_mmu_cache(vma, addr, ptep) \ macro
/Linux-v6.6/arch/microblaze/include/asm/
Dtlbflush.h37 #define update_mmu_cache(vma, addr, pte) \ macro
/Linux-v6.6/arch/sh/mm/
Dtlbex_32.c79 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
/Linux-v6.6/arch/sh/include/asm/
Dpgtable.h113 #define update_mmu_cache(vma, addr, ptep) \ macro
/Linux-v6.6/arch/m68k/include/asm/
Dpgtable_mm.h145 #define update_mmu_cache(vma, addr, ptep) \ macro
/Linux-v6.6/arch/arc/include/asm/
Dpgtable-bits-arcv2.h107 #define update_mmu_cache(vma, addr, ptep) \ macro
/Linux-v6.6/arch/powerpc/include/asm/
Dpgtable.h47 #define update_mmu_cache(vma, addr, ptep) \ macro
/Linux-v6.6/mm/
Duserfaultfd.c132 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_install_pte()
239 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_pte_zeropage()
321 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_pte_poison()
Dmigrate_device.c664 update_mmu_cache(vma, addr, ptep); in migrate_vma_insert_page()
668 update_mmu_cache(vma, addr, ptep); in migrate_vma_insert_page()
/Linux-v6.6/arch/riscv/include/asm/
Dpgtable.h485 #define update_mmu_cache(vma, addr, ptep) \ macro
489 #define update_mmu_tlb update_mmu_cache
496 update_mmu_cache(vma, address, ptep); in update_mmu_cache_pmd()
/Linux-v6.6/arch/loongarch/include/asm/
Dpgtable.h470 #define update_mmu_cache(vma, addr, ptep) \ macro
474 #define update_mmu_tlb update_mmu_cache
/Linux-v6.6/arch/nios2/include/asm/
Dpgtable.h286 #define update_mmu_cache(vma, addr, ptep) \ macro
/Linux-v6.6/arch/csky/include/asm/
Dpgtable.h268 #define update_mmu_cache(vma, addr, ptep) \ macro
/Linux-v6.6/arch/mips/include/asm/
Dpgtable.h594 #define update_mmu_cache(vma, address, ptep) \ macro
598 #define update_mmu_tlb update_mmu_cache
/Linux-v6.6/arch/um/include/asm/
Dpgtable.h288 #define update_mmu_cache(vma,address,ptep) do {} while (0) macro
/Linux-v6.6/arch/alpha/include/asm/
Dpgtable.h301 extern inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
/Linux-v6.6/arch/xtensa/include/asm/
Dpgtable.h408 #define update_mmu_cache(vma, address, ptep) \ macro
/Linux-v6.6/arch/sparc/include/asm/
Dpgtable_32.h319 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
Dpgtable_64.h982 #define update_mmu_cache(vma, addr, ptep) \ macro
/Linux-v6.6/arch/openrisc/include/asm/
Dpgtable.h391 #define update_mmu_cache(vma, addr, ptep) \ macro
/Linux-v6.6/arch/parisc/include/asm/
Dpgtable.h407 #define update_mmu_cache(vma, addr, ptep) __update_cache(*ptep) macro
/Linux-v6.6/arch/ia64/include/asm/
Dpgtable.h399 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
/Linux-v6.6/arch/arm/include/asm/
Dtlbflush.h635 #define update_mmu_cache(vma, addr, ptep) \ macro
/Linux-v6.6/arch/arm64/include/asm/
Dpgtable.h1074 #define update_mmu_cache(vma, addr, ptep) \ macro

12