Searched refs:update_mmu_cache_pmd (Results 1 – 12 of 12) sorted by relevance
| /linux/arch/arc/include/asm/ |
| H A D | hugepage.h | 62 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
| /linux/mm/ |
| H A D | huge_memory.c | 1386 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 D | migrate_device.c | 884 update_mmu_cache_pmd(vma, addr, pmdp); in migrate_vma_insert_huge_pmd_page()
|
| H A D | memory.c | 5567 update_mmu_cache_pmd(vma, haddr, vmf->pmd); in do_set_pmd()
|
| /linux/arch/arm/include/asm/ |
| H A D | tlbflush.h | 638 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
| /linux/arch/arc/mm/ |
| H 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/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 492 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 D | pgtable.h | 586 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 D | pgtable.h | 1114 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 D | pgtable.h | 1497 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 D | pgtable.h | 54 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 1587 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|