/linux-6.12.1/Documentation/translations/zh_CN/core-api/ |
D | cachetlb.rst | 81 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.12.1/arch/hexagon/include/asm/ |
D | cacheflush.h | 68 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | tlbflush.h | 37 #define update_mmu_cache(vma, addr, pte) \ macro
|
/linux-6.12.1/arch/sh/mm/ |
D | tlbex_32.c | 80 update_mmu_cache(NULL, address, pte); in handle_tlbmiss()
|
/linux-6.12.1/arch/sh/include/asm/ |
D | pgtable.h | 113 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | pgtable_mm.h | 145 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/arc/include/asm/ |
D | pgtable-bits-arcv2.h | 107 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/powerpc/include/asm/ |
D | pgtable.h | 49 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | pgtable.h | 291 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/csky/include/asm/ |
D | pgtable.h | 268 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/alpha/include/asm/ |
D | pgtable.h | 301 extern inline void update_mmu_cache(struct vm_area_struct * vma, in update_mmu_cache() function
|
/linux-6.12.1/arch/riscv/include/asm/ |
D | pgtable.h | 520 #define update_mmu_cache(vma, addr, ptep) \ macro 531 update_mmu_cache(vma, address, ptep); in update_mmu_cache_pmd()
|
/linux-6.12.1/arch/xtensa/include/asm/ |
D | pgtable.h | 408 #define update_mmu_cache(vma, address, ptep) \ macro
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | pgtable.h | 391 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 319 #define update_mmu_cache(vma, address, ptep) do { } while (0) macro
|
D | pgtable_64.h | 987 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/um/include/asm/ |
D | pgtable.h | 320 #define update_mmu_cache(vma,address,ptep) do {} while (0) macro
|
/linux-6.12.1/mm/ |
D | userfaultfd.c | 232 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_install_pte() 374 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_pte_zeropage() 456 update_mmu_cache(dst_vma, dst_addr, dst_pte); in mfill_atomic_pte_poison()
|
D | migrate_device.c | 671 update_mmu_cache(vma, addr, ptep); in migrate_vma_insert_page()
|
D | hugetlb.c | 5162 update_mmu_cache(vma, address, ptep); in set_huge_ptep_writable() 6463 update_mmu_cache(vma, vmf.address, vmf.pte); in hugetlb_fault() 6564 update_mmu_cache(dst_vma, dst_addr, dst_pte); in hugetlb_mfill_atomic_pte() 6726 update_mmu_cache(dst_vma, dst_addr, dst_pte); in hugetlb_mfill_atomic_pte()
|
/linux-6.12.1/arch/arm/include/asm/ |
D | tlbflush.h | 635 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | pgtable.h | 407 #define update_mmu_cache(vma, addr, ptep) __update_cache(*ptep) macro
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | pgtable.h | 453 #define update_mmu_cache(vma, addr, ptep) \ macro
|
/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable.h | 594 #define update_mmu_cache(vma, address, ptep) \ macro
|
/linux-6.12.1/arch/x86/include/asm/ |
D | pgtable.h | 1567 static inline void update_mmu_cache(struct vm_area_struct *vma, in update_mmu_cache() function
|