Home
last modified time | relevance | path

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

/openbmc/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.h61 extern void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start,
/openbmc/linux/mm/
H A Dpgtable-generic.c117 flush_pmd_tlb_range(vma, address, address + HPAGE_PMD_SIZE); in pmdp_set_access_flags()
131 flush_pmd_tlb_range(vma, address, address + HPAGE_PMD_SIZE); in pmdp_clear_flush_young()
145 flush_pmd_tlb_range(vma, address, address + HPAGE_PMD_SIZE); in pmdp_huge_clear_flush()
203 flush_pmd_tlb_range(vma, address, address + HPAGE_PMD_SIZE); in pmdp_invalidate()
H A Dhuge_memory.c1777 flush_pmd_tlb_range(vma, old_addr, old_addr + PMD_SIZE); in move_huge_pmd()
/openbmc/linux/arch/riscv/include/asm/
H A Dtlbflush.h64 void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start,
/openbmc/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
/openbmc/linux/arch/riscv/mm/
H A Dtlbflush.c153 void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_pmd_tlb_range() function
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dpgtable.c175 flush_pmd_tlb_range(vma, address, address + HPAGE_PMD_SIZE); in pmdp_invalidate()
193 flush_pmd_tlb_range(vma, addr, addr + HPAGE_PMD_SIZE); in pmdp_huge_get_and_clear_full()
/openbmc/linux/include/linux/
H A Dpgtable.h1519 #define flush_pmd_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) macro
1522 #define flush_pmd_tlb_range(vma, addr, end) BUILD_BUG() macro
/openbmc/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
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h42 #define flush_pmd_tlb_range(vma, addr, end) \ macro