Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dhugetlb.h82 __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 Dtlb.h71 __flush_tlb_range(&vma, tlb->start, tlb->end, stride, in tlb_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.c71 __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 Dinit.c475 __flush_tlb_range(0, init_begin, kernel_end); in free_initmem()
/linux/arch/parisc/kernel/
H A Dcache.c680 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function