Home
last modified time | relevance | path

Searched refs:__flush_tlb_range (Results 1 – 6 of 6) sorted by relevance

/linux/arch/riscv/mm/
H A Dtlbflush.c118 static void __flush_tlb_range(struct mm_struct *mm, in __flush_tlb_range() function
154 __flush_tlb_range(mm, mm_cpumask(mm), 0, FLUSH_TLB_MAX_SIZE, PAGE_SIZE); in flush_tlb_mm()
161 __flush_tlb_range(mm, mm_cpumask(mm), start, end - start, page_size); in flush_tlb_mm_range()
166 __flush_tlb_range(vma->vm_mm, mm_cpumask(vma->vm_mm), in flush_tlb_page()
199 __flush_tlb_range(vma->vm_mm, mm_cpumask(vma->vm_mm), in flush_tlb_range()
205 __flush_tlb_range(NULL, cpu_online_mask, in flush_tlb_kernel_range()
213 __flush_tlb_range(vma->vm_mm, mm_cpumask(vma->vm_mm), in flush_pmd_tlb_range()
220 __flush_tlb_range(vma->vm_mm, mm_cpumask(vma->vm_mm), in flush_pud_tlb_range()
239 __flush_tlb_range(NULL, &batch->cpumask, in arch_tlbbatch_flush()
/linux/arch/parisc/include/asm/
H A Dtlbflush.h16 int __flush_tlb_range(unsigned long sid,
20 __flush_tlb_range((vma)->vm_mm->context.space_id, start, end)
23 __flush_tlb_range(0, start, end)
/linux/arch/arm64/mm/
H A Dcontpte.c228 __flush_tlb_range(&vma, start_addr, addr, PAGE_SIZE, 3, in contpte_convert()
553 __flush_tlb_range(vma, addr, end, PAGE_SIZE, 3, in contpte_clear_flush_young_ptes()
687 __flush_tlb_range(vma, start_addr, in contpte_ptep_set_access_flags()
/linux/arch/arm64/include/asm/
H A Dtlbflush.h645 static inline void __flush_tlb_range(struct vm_area_struct *vma, in __flush_tlb_range() function
664 __flush_tlb_range(vma, start, end, PAGE_SIZE, TLBI_TTL_UNKNOWN, TLBF_NONE); in flush_tlb_range()
723 __flush_tlb_range(&vma, start, end, PAGE_SIZE, 3, in arch_tlbbatch_add_pending()
H A Dpgtable.h92 __flush_tlb_range(vma, addr, end, PMD_SIZE, 2, TLBF_NONE)
94 __flush_tlb_range(vma, addr, end, PUD_SIZE, 1, TLBF_NONE)
107 __flush_tlb_range(vma, address, address + PMD_SIZE, PMD_SIZE, 2, \
/linux/arch/parisc/kernel/
H A Dcache.c680 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function