Searched refs:update_mmu_cache_pmd (Results 1 – 15 of 15) sorted by relevance
| /linux/arch/arc/include/asm/ |
| A D | hugepage.h | 64 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
| /linux/mm/ |
| A D | huge_memory.c | 1201 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in __do_huge_pmd_anonymous_page() 1318 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_anonymous_page() 1355 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 1378 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 1523 update_mmu_cache_pmd(vma, addr, pmd); in touch_pmd() 1840 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_wp_page() 1952 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_numa_page() 4243 update_mmu_cache_pmd(vma, address, pvmw->pmd); in remove_migration_pmd()
|
| A D | khugepaged.c | 1239 update_mmu_cache_pmd(vma, address, pmd); in collapse_huge_page()
|
| A D | memory.c | 4990 update_mmu_cache_pmd(vma, haddr, vmf->pmd); in do_set_pmd()
|
| /linux/arch/arm/include/asm/ |
| A D | tlbflush.h | 638 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
| /linux/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/arch/loongarch/include/asm/ |
| A D | pgtable.h | 459 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
| /linux/arch/mips/include/asm/ |
| A D | pgtable.h | 600 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, function
|
| /linux/arch/riscv/include/asm/ |
| A D | pgtable.h | 526 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
| /linux/arch/sparc/include/asm/ |
| A D | pgtable_64.h | 990 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| A D | pgtable.h | 1107 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
| /linux/arch/x86/include/asm/ |
| A D | pgtable.h | 1576 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
| /linux/arch/s390/include/asm/ |
| A D | pgtable.h | 52 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
| /linux/arch/arm64/include/asm/ |
| A D | pgtable.h | 1489 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
| /linux/arch/sparc/mm/ |
| A D | init_64.c | 2952 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
Completed in 67 milliseconds