Searched defs:update_mmu_cache_pmd (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/arc/mm/ |
H A D | tlb.c | 536 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | tlbflush.h | 638 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgtable.h | 600 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, function
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 476 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 497 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgtable.h | 1082 #define update_mmu_cache_pmd(vma, address, pmd) do { } while (0) macro
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgtable.h | 1143 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgtable.h | 1506 static inline void update_mmu_cache_pmd(struct vm_area_struct *vma, in update_mmu_cache_pmd() function
|
/openbmc/linux/arch/sparc/mm/ |
H A D | init_64.c | 2964 void update_mmu_cache_pmd(struct vm_area_struct *vma, unsigned long addr, in update_mmu_cache_pmd() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgtable.h | 51 #define update_mmu_cache_pmd(vma, address, ptep) do { } while (0) macro
|