Searched defs:update_mmu_cache_pmd (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/arch/arm64/include/asm/ |
H A D | tlbflush.h | 172 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-4.1.27/arch/mips/include/asm/ |
H A D | pgtable.h | 458 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, update_mmu_cache_pmd() function
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | pgtable_64.c | 814 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, update_mmu_cache_pmd() function
|
/linux-4.1.27/arch/arm/include/asm/ |
H A D | tlbflush.h | 640 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | pgtable.h | 856 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, update_mmu_cache_pmd() function
|
/linux-4.1.27/arch/sparc/mm/ |
H A D | init_64.c | 2696 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, update_mmu_cache_pmd() function
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | pgtable.h | 43 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
Completed in 392 milliseconds