Searched refs:__flush_tlb_range (Results 1 – 6 of 6) sorted by relevance
/linux/arch/arm64/include/asm/ |
H A D | hugetlb.h | 82 __flush_tlb_range(vma, start, end, PUD_SIZE, false, 1); in flush_hugetlb_tlb_range() 87 __flush_tlb_range(vma, start, end, PMD_SIZE, false, 2); in flush_hugetlb_tlb_range() 90 __flush_tlb_range(vma, start, end, PAGE_SIZE, false, 3); in flush_hugetlb_tlb_range() 93 __flush_tlb_range(vma, start, end, PAGE_SIZE, false, TLBI_TTL_UNKNOWN); in flush_hugetlb_tlb_range()
|
H A D | tlb.h | 71 __flush_tlb_range(&vma, tlb->start, tlb->end, stride, in tlb_flush()
|
/linux/arch/parisc/include/asm/ |
H 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/arch/arm64/mm/ |
H A D | contpte.c | 71 __flush_tlb_range(&vma, start_addr, addr, PAGE_SIZE, true, 3); in contpte_convert() 434 __flush_tlb_range(vma, start_addr, addr, in contpte_ptep_set_access_flags()
|
/linux/arch/parisc/mm/ |
H A D | init.c | 475 __flush_tlb_range(0, init_begin, kernel_end); in free_initmem()
|
/linux/arch/parisc/kernel/ |
H A D | cache.c | 680 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function
|