Searched refs:update_mmu_cache_pmd (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/arch/arc/include/asm/ |
D | hugepage.h | 64 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/linux-4.4.14/mm/ |
D | huge_memory.c | 887 update_mmu_cache_pmd(vma, addr, pmd); in insert_pfn_pmd() 1005 update_mmu_cache_pmd(vma, address, pmd); in huge_pmd_set_accessed() 1179 update_mmu_cache_pmd(vma, address, pmd); in do_huge_pmd_wp_page() 1251 update_mmu_cache_pmd(vma, address, pmd); in do_huge_pmd_wp_page() 1308 update_mmu_cache_pmd(vma, addr, pmd); in follow_trans_huge_pmd() 1441 update_mmu_cache_pmd(vma, addr, pmdp); in do_huge_pmd_numa_page() 2624 update_mmu_cache_pmd(vma, address, pmd); in collapse_huge_page()
|
D | migrate.c | 1828 update_mmu_cache_pmd(vma, address, &entry); in migrate_misplaced_transhuge_page() 1834 update_mmu_cache_pmd(vma, address, &entry); in migrate_misplaced_transhuge_page() 1871 update_mmu_cache_pmd(vma, address, &entry); in migrate_misplaced_transhuge_page()
|
/linux-4.4.14/arch/arm/include/asm/ |
D | tlbflush.h | 640 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-4.4.14/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 448 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/linux-4.4.14/arch/mips/include/asm/ |
D | pgtable.h | 460 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-4.4.14/arch/arc/mm/ |
D | tlb.c | 655 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/linux-4.4.14/arch/powerpc/mm/ |
D | pgtable_64.c | 799 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/linux-4.4.14/arch/x86/include/asm/ |
D | pgtable.h | 883 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-4.4.14/arch/arm64/include/asm/ |
D | pgtable.h | 699 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | pgtable_64.h | 954 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 43 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
/linux-4.4.14/arch/sparc/mm/ |
D | init_64.c | 2755 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|