Searched refs:update_mmu_cache_pmd (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/arch/arm64/include/asm/ |
D | tlbflush.h | 172 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-4.1.27/mm/ |
D | huge_memory.c | 936 update_mmu_cache_pmd(vma, address, pmd); in huge_pmd_set_accessed() 1110 update_mmu_cache_pmd(vma, address, pmd); in do_huge_pmd_wp_page() 1182 update_mmu_cache_pmd(vma, address, pmd); in do_huge_pmd_wp_page() 1239 update_mmu_cache_pmd(vma, addr, pmd); in follow_trans_huge_pmd() 1372 update_mmu_cache_pmd(vma, addr, pmdp); in do_huge_pmd_numa_page() 2547 update_mmu_cache_pmd(vma, address, pmd); in collapse_huge_page()
|
D | migrate.c | 1808 update_mmu_cache_pmd(vma, address, &entry); in migrate_misplaced_transhuge_page() 1814 update_mmu_cache_pmd(vma, address, &entry); in migrate_misplaced_transhuge_page() 1850 update_mmu_cache_pmd(vma, address, &entry); in migrate_misplaced_transhuge_page()
|
/linux-4.1.27/arch/arm/include/asm/ |
D | tlbflush.h | 640 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | pgtable-ppc64.h | 444 extern void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/linux-4.1.27/arch/mips/include/asm/ |
D | pgtable.h | 458 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-4.1.27/arch/x86/include/asm/ |
D | pgtable.h | 856 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-4.1.27/arch/powerpc/mm/ |
D | pgtable_64.c | 814 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/linux-4.1.27/arch/sparc/include/asm/ |
D | pgtable_64.h | 933 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr,
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pgtable.h | 43 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 2696 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|