Searched refs:flush_pmd_tlb_range (Results 1 – 9 of 9) 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/mm/ |
H A D | pgtable-generic.c | 117 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 D | huge_memory.c | 2335 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 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/powerpc/mm/book3s64/ |
H A D | pgtable.c | 186 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 D | tlbflush.c | 210 void flush_pmd_tlb_range(struct vm_area_struct *vma, unsigned long start, in flush_pmd_tlb_range() function
|
/linux/include/linux/ |
H A D | pgtable.h | 1888 * 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
|