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.c1386 update_mmu_cache_pmd(vma, haddr, pmd); in map_anon_folio_pmd_nopf()
1582 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_anonymous_page()
1634 update_mmu_cache_pmd(vma, addr, pmd); in insert_pmd()
1665 update_mmu_cache_pmd(vma, addr, pmd); in insert_pmd()
1863 update_mmu_cache_pmd(vma, addr, pmd); in touch_pmd()
2218 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_wp_page()
2330 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_numa_page()
5090 update_mmu_cache_pmd(vma, address, pvmw->pmd); in remove_migration_pmd()
H A Dmigrate_device.c884 update_mmu_cache_pmd(vma, addr, pmdp); in migrate_vma_insert_huge_pmd_page()
H A Dmemory.c5567 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.h586 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in 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.h1497 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in 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