Searched defs:update_mmu_cache_pmd (Results 1 – 8 of 8) sorted by relevance
/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/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/arm/include/asm/ |
D | tlbflush.h | 640 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/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/arm64/include/asm/ |
D | pgtable.h | 699 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/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/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
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pgtable.h | 43 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|