Searched defs:update_mmu_cache_pmd (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.4/arch/powerpc/mm/book3s64/ |
D | pgtable.c | 156 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/Linux-v5.4/arch/arc/mm/ |
D | tlb.c | 656 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgtable.h | 484 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, function
|
/Linux-v5.4/arch/arm/include/asm/ |
D | tlbflush.h | 641 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | pgtable.h | 860 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgtable.h | 1331 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/Linux-v5.4/arch/s390/include/asm/ |
D | pgtable.h | 49 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
/Linux-v5.4/arch/sparc/mm/ |
D | init_64.c | 2940 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|