Searched refs:__flush_tlb_range (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | tlbflush.h | 16 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-6.3-rc2/arch/arm64/include/asm/ |
A D | tlbflush.h | 281 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()
|
A D | tlb.h | 71 __flush_tlb_range(&vma, tlb->start, tlb->end, stride, in tlb_flush()
|
A D | pgtable.h | 43 __flush_tlb_range(vma, addr, end, PMD_SIZE, false, 2) 45 __flush_tlb_range(vma, addr, end, PUD_SIZE, false, 1)
|
/linux-6.3-rc2/arch/ia64/mm/ |
A D | tlb.c | 311 __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-6.3-rc2/arch/parisc/kernel/ |
A D | cache.c | 606 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function
|
/linux-6.3-rc2/arch/parisc/mm/ |
A D | init.c | 477 __flush_tlb_range(0, init_begin, kernel_end); in free_initmem()
|
Completed in 12 milliseconds