/Linux-v6.6/arch/arc/include/asm/ |
D | hugepage.h | 57 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/Linux-v6.6/mm/ |
D | huge_memory.c | 705 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in __do_huge_pmd_anonymous_page() 817 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_anonymous_page() 853 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 874 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 1019 update_mmu_cache_pmd(vma, addr, pmd); in touch_pmd() 1362 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_wp_page() 1571 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_numa_page() 3292 update_mmu_cache_pmd(vma, address, pvmw->pmd); in remove_migration_pmd()
|
D | khugepaged.c | 1225 update_mmu_cache_pmd(vma, address, pmd); in collapse_huge_page()
|
D | memory.c | 4306 update_mmu_cache_pmd(vma, haddr, vmf->pmd); in do_set_pmd()
|
/Linux-v6.6/arch/arm/include/asm/ |
D | tlbflush.h | 638 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/Linux-v6.6/arch/arc/mm/ |
D | tlb.c | 536 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/Linux-v6.6/arch/loongarch/include/asm/ |
D | pgtable.h | 476 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/Linux-v6.6/arch/mips/include/asm/ |
D | pgtable.h | 600 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, function
|
/Linux-v6.6/arch/riscv/include/asm/ |
D | pgtable.h | 491 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/Linux-v6.6/arch/sparc/include/asm/ |
D | pgtable_64.h | 985 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/Linux-v6.6/arch/arm64/include/asm/ |
D | pgtable.h | 1076 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/Linux-v6.6/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1143 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/Linux-v6.6/arch/x86/include/asm/ |
D | pgtable.h | 1522 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/Linux-v6.6/arch/s390/include/asm/ |
D | pgtable.h | 51 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
/Linux-v6.6/arch/sparc/mm/ |
D | init_64.c | 2964 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|