/Linux-v6.1/arch/arc/include/asm/ |
D | hugepage.h | 57 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/Linux-v6.1/mm/ |
D | huge_memory.c | 710 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in __do_huge_pmd_anonymous_page() 822 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_anonymous_page() 858 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 879 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 1029 update_mmu_cache_pmd(vma, addr, pmd); in touch_pmd() 1380 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_wp_page() 1548 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_numa_page() 3280 update_mmu_cache_pmd(vma, address, pvmw->pmd); in remove_migration_pmd()
|
D | khugepaged.c | 1103 update_mmu_cache_pmd(vma, address, pmd); in collapse_huge_page()
|
D | memory.c | 4303 update_mmu_cache_pmd(vma, haddr, vmf->pmd); in do_set_pmd()
|
/Linux-v6.1/arch/arm/include/asm/ |
D | tlbflush.h | 634 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/Linux-v6.1/arch/arc/mm/ |
D | tlb.c | 530 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | pgtable.h | 422 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/Linux-v6.1/arch/mips/include/asm/ |
D | pgtable.h | 545 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, function
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | pgtable.h | 421 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | pgtable_64.h | 949 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | pgtable.h | 1071 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/Linux-v6.1/arch/x86/include/asm/ |
D | pgtable.h | 1278 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1193 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/Linux-v6.1/arch/s390/include/asm/ |
D | pgtable.h | 52 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
/Linux-v6.1/arch/sparc/mm/ |
D | init_64.c | 2934 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|