Searched defs:update_mmu_cache_pmd (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/arch/arc/mm/ |
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-6.3-rc2/arch/arm/include/asm/ |
A D | tlbflush.h | 634 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 580 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, function
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 457 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.3-rc2/arch/riscv/include/asm/ |
A D | pgtable.h | 424 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgtable.h | 1122 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgtable.h | 1294 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgtable.h | 1072 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/linux-6.3-rc2/arch/sparc/mm/ |
A D | init_64.c | 2933 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgtable.h | 53 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|
Completed in 33 milliseconds