Home
last modified time | relevance | path

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

/linux-5.19.10/arch/parisc/include/asm/
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-5.19.10/arch/arm64/include/asm/
Dtlbflush.h281 static inline void __flush_tlb_range(struct vm_area_struct *vma, in __flush_tlb_range() function
371 __flush_tlb_range(vma, start, end, PAGE_SIZE, false, 0); in flush_tlb_range()
Dtlb.h71 __flush_tlb_range(&vma, tlb->start, tlb->end, stride, in tlb_flush()
Dpgtable.h43 __flush_tlb_range(vma, addr, end, PMD_SIZE, false, 2)
45 __flush_tlb_range(vma, addr, end, PUD_SIZE, false, 1)
/linux-5.19.10/arch/ia64/mm/
Dtlb.c311 __flush_tlb_range (struct vm_area_struct *vma, unsigned long start, in __flush_tlb_range() function
362 __flush_tlb_range(vma, start, end); in flush_tlb_range()
364 __flush_tlb_range(vma, ia64_thash(start), ia64_thash(end)); in flush_tlb_range()
/linux-5.19.10/arch/parisc/mm/
Dinit.c477 __flush_tlb_range(0, init_begin, kernel_end); in free_initmem()
/linux-5.19.10/arch/parisc/kernel/
Dcache.c606 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function