Searched defs:update_mmu_cache_pmd (Results 1 – 9 of 9) sorted by relevance
/linux/arch/arc/mm/ |
H A D | tlb.c | 530 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/linux/arch/arm/include/asm/ |
H A D | tlbflush.h | 638 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 594 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, function
|
/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 452 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 524 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 1087 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 1504 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 52 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 1596 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|