Home
last modified time | relevance | path

Searched refs:flush_pmd_tlb_range (Results 1 – 8 of 8) sorted by relevance

/linux/arch/arc/include/asm/
H A Dtlbflush.h29 #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 Dhugepage.h66 extern void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start,
/linux/arch/riscv/include/asm/
H A Dtlbflush.h57 void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start,
/linux/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h47 static inline void flush_pmd_tlb_range(struct vm_area_struct *vma, in flush_pmd_tlb_range() function
/linux/arch/riscv/mm/
H A Dtlbflush.c210 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 Dtlb.c367 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 Dpgtable.h91 #define flush_pmd_tlb_range(vma, addr, end) \ macro
/linux/mm/
H A Dhuge_memory.c2608 flush_pmd_tlb_range(vma, old_addr, old_addr + PMD_SIZE); in move_huge_pmd()