Searched refs:flush_pmd_tlb_range (Results 1 – 8 of 8) sorted by relevance
| /linux/arch/arc/include/asm/ |
| H A D | tlbflush.h | 29 #define flush_pmd_tlb_range(vma, s, e) local_flush_pmd_tlb_range(vma, s, e) macro 39 extern void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, unsigned long end);
|
| H A D | hugepage.h | 66 extern void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start,
|
| /linux/arch/riscv/include/asm/ |
| H A D | tlbflush.h | 57 void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start,
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | tlbflush.h | 47 static inline void flush_pmd_tlb_range(struct vm_area_struct *vma, in flush_pmd_tlb_range() function
|
| /linux/arch/riscv/mm/ |
| H A D | tlbflush.c | 210 void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_pmd_tlb_range() function
|
| /linux/arch/arc/mm/ |
| H A D | tlb.c | 367 void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_pmd_tlb_range() function
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 91 #define flush_pmd_tlb_range(vma, addr, end) \ macro
|
| /linux/mm/ |
| H A D | huge_memory.c | 2608 flush_pmd_tlb_range(vma, old_addr, old_addr + PMD_SIZE); in move_huge_pmd()
|