Searched defs:update_mmu_cache_pmd (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/arc/mm/ |
D | tlb.c | 530 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/linux-6.1.9/arch/arm/include/asm/ |
D | tlbflush.h | 634 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-6.1.9/arch/mips/include/asm/ |
D | pgtable.h | 545 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, function
|
/linux-6.1.9/arch/loongarch/include/asm/ |
D | pgtable.h | 422 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.1.9/arch/riscv/include/asm/ |
D | pgtable.h | 421 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.1.9/arch/arm64/include/asm/ |
D | pgtable.h | 1071 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-6.1.9/arch/x86/include/asm/ |
D | pgtable.h | 1278 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.1.9/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 1193 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.1.9/arch/sparc/mm/ |
D | init_64.c | 2934 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/linux-6.1.9/arch/s390/include/asm/ |
D | pgtable.h | 52 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|