| /Linux-v5.4/arch/arc/include/asm/ | 
| D | hugepage.h | 59 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
 | 
| /Linux-v5.4/mm/ | 
| D | huge_memory.c | 785 				update_mmu_cache_pmd(vma, addr, pmd);  in insert_pfn_pmd()806 	update_mmu_cache_pmd(vma, addr, pmd);  in insert_pfn_pmd()
 930 		update_mmu_cache_pmd(vma, addr, pmd);  in touch_pmd()
 1190 		update_mmu_cache_pmd(vmf->vma, vmf->address, vmf->pmd);  in huge_pmd_set_accessed()
 1354 			update_mmu_cache_pmd(vma, vmf->address, vmf->pmd);  in do_huge_pmd_wp_page()
 1430 		update_mmu_cache_pmd(vma, vmf->address, vmf->pmd);  in do_huge_pmd_wp_page()
 1673 	update_mmu_cache_pmd(vma, vmf->address, vmf->pmd);  in do_huge_pmd_numa_page()
 3074 	update_mmu_cache_pmd(vma, address, pvmw->pmd);  in remove_migration_pmd()
 
 | 
| D | migrate.c | 2078 	update_mmu_cache_pmd(vma, address, &entry);  in migrate_misplaced_transhuge_page()2110 		update_mmu_cache_pmd(vma, address, &entry);  in migrate_misplaced_transhuge_page()
 
 | 
| D | khugepaged.c | 1098 	update_mmu_cache_pmd(vma, address, pmd);  in collapse_huge_page()
 | 
| D | memory.c | 3234 	update_mmu_cache_pmd(vma, haddr, vmf->pmd);  in do_set_pmd()
 | 
| /Linux-v5.4/arch/powerpc/mm/book3s64/ | 
| D | pgtable.c | 156 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,  in update_mmu_cache_pmd()  function
 | 
| /Linux-v5.4/arch/arm/include/asm/ | 
| D | tlbflush.h | 641 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0)  macro
 | 
| /Linux-v5.4/arch/arc/mm/ | 
| D | tlb.c | 656 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,  in update_mmu_cache_pmd()  function
 | 
| /Linux-v5.4/arch/mips/include/asm/ | 
| D | pgtable.h | 484 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma,  function
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | pgtable_64.h | 994 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
 | 
| /Linux-v5.4/arch/arm64/include/asm/ | 
| D | pgtable.h | 860 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0)  macro
 | 
| /Linux-v5.4/arch/powerpc/include/asm/book3s/64/ | 
| D | pgtable.h | 1142 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
 | 
| /Linux-v5.4/arch/x86/include/asm/ | 
| D | pgtable.h | 1331 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma,  in update_mmu_cache_pmd()  function
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | pgtable.h | 49 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0)  macro
 | 
| /Linux-v5.4/arch/sparc/mm/ | 
| D | init_64.c | 2940 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,  in update_mmu_cache_pmd()  function
 |