/linux-6.3-rc2/arch/arc/include/asm/ |
A D | hugepage.h | 57 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/linux-6.3-rc2/mm/ |
A D | huge_memory.c | 713 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in __do_huge_pmd_anonymous_page() 825 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_anonymous_page() 861 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 882 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 1032 update_mmu_cache_pmd(vma, addr, pmd); in touch_pmd() 1375 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_wp_page() 1585 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_numa_page() 3303 update_mmu_cache_pmd(vma, address, pvmw->pmd); in remove_migration_pmd()
|
A D | khugepaged.c | 1122 update_mmu_cache_pmd(vma, address, pmd); in collapse_huge_page()
|
A D | memory.c | 4242 update_mmu_cache_pmd(vma, haddr, vmf->pmd); in do_set_pmd()
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | tlbflush.h | 634 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 457 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.3-rc2/arch/arc/mm/ |
A D | tlb.c | 530 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 424 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 580 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, function
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_64.h | 952 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 1122 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 1072 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 1294 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgtable.h | 53 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | init_64.c | 2933 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|