Home
last modified time | relevance | path

Searched refs:flush_pmd_tlb_range (Results 1 – 9 of 9) 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/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()
144 flush_pmd_tlb_range(vma, address, address + HPAGE_PMD_SIZE); in pmdp_huge_clear_flush()
202 flush_pmd_tlb_range(vma, address, address + HPAGE_PMD_SIZE); in pmdp_invalidate()
H A Dhuge_memory.c2335 flush_pmd_tlb_range(vma, old_addr, old_addr + PMD_SIZE); in move_huge_pmd()
2933 * flush_pmd_tlb_range();" we first mark the current pmd in __split_huge_pmd_locked()
/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/powerpc/mm/book3s64/
H A Dpgtable.c186 flush_pmd_tlb_range(vma, address, address + HPAGE_PMD_SIZE); in pmdp_invalidate()
215 flush_pmd_tlb_range(vma, addr, addr + HPAGE_PMD_SIZE); in pmdp_huge_get_and_clear_full()
/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/include/linux/
H A Dpgtable.h1888 * e.g. see arch/arc: flush_pmd_tlb_range
1890 #define flush_pmd_tlb_range(vma, addr, end) flush_tlb_range(vma, addr, end) macro
1893 #define flush_pmd_tlb_range(vma, addr, end) BUILD_BUG() macro