Home
last modified time | relevance | path

Searched refs:update_mmu_cache_pmd (Results 1 – 12 of 12) sorted by relevance

/linux/arch/arc/include/asm/
H A Dhugepage.h62 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
/linux/mm/
H A Dhuge_memory.c1324 update_mmu_cache_pmd(vma, haddr, pmd); in thp_get_unmapped_area_vmflags()
1520 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in vma_thp_gfp_mask()
1572 update_mmu_cache_pmd(vma, addr, pmd); in do_huge_pmd_anonymous_page()
1603 update_mmu_cache_pmd(vma, addr, pmd); in insert_pmd()
1801 update_mmu_cache_pmd(vma, addr, pmd); in vmf_insert_pfn_pud()
2156 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_wp_page()
2268 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_numa_page()
5001 update_mmu_cache_pmd(vma, address, pvmw->pmd); in set_pmd_migration_entry()
H A Dmigrate_device.c881 update_mmu_cache_pmd(vma, addr, pmdp); in migrate_vma_insert_huge_pmd_page()
H A Dmemory.c5534 update_mmu_cache_pmd(vma, haddr, vmf->pmd); in do_set_pmd()
/linux/arch/arm/include/asm/
H A Dtlbflush.h638 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
/linux/arch/arc/mm/
H A Dtlb.c530 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
/linux/arch/loongarch/include/asm/
H A Dpgtable.h492 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
/linux/arch/riscv/include/asm/
H A Dpgtable.h596 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in pte_same()
586 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, update_mmu_cache_pmd() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h1114 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
/linux/arch/x86/include/asm/
H A Dpgtable.h1509 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma,
1497 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, update_mmu_cache_pmd() function
/linux/arch/s390/include/asm/
H A Dpgtable.h54 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
/linux/arch/arm64/include/asm/
H A Dpgtable.h1587 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro