Searched refs:update_mmu_cache_pmd (Results 1 – 14 of 14) sorted by relevance
/linux/arch/arc/include/asm/ |
A D | hugepage.h | 58 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/linux/mm/ |
A D | huge_memory.c | 654 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in __do_huge_pmd_anonymous_page() 767 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_anonymous_page() 804 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 825 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 975 update_mmu_cache_pmd(vma, addr, pmd); in touch_pmd() 1277 update_mmu_cache_pmd(vmf->vma, vmf->address, vmf->pmd); in huge_pmd_set_accessed() 1330 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_wp_page() 1492 update_mmu_cache_pmd(vma, vmf->address, vmf->pmd); in do_huge_pmd_numa_page() 3208 update_mmu_cache_pmd(vma, address, pvmw->pmd); in remove_migration_pmd()
|
A D | khugepaged.c | 1206 update_mmu_cache_pmd(vma, address, pmd); in collapse_huge_page()
|
A D | memory.c | 3940 update_mmu_cache_pmd(vma, haddr, vmf->pmd); in do_set_pmd()
|
/linux/arch/arm/include/asm/ |
A D | tlbflush.h | 634 #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/riscv/include/asm/ |
A D | pgtable.h | 394 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 | 567 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, function
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_64.h | 967 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/linux/arch/arm64/include/asm/ |
A D | pgtable.h | 988 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux/arch/x86/include/asm/ |
A D | pgtable.h | 1259 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/ |
A D | pgtable.h | 1188 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/sparc/mm/ |
A D | init_64.c | 2930 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
Completed in 55 milliseconds