Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dtlbflush.h30 int __flush_tlb_range(unsigned long sid,
34 __flush_tlb_range((vma)->vm_mm->context, start, end)
37 __flush_tlb_range(0, start, end)
/arch/frv/mm/
Dtlb-flush.S154 # - void __flush_tlb_range(unsigned long contextid [GR8],
159 .globl __flush_tlb_range symbol
160 .type __flush_tlb_range,@function
161 __flush_tlb_range: label
184 .size __flush_tlb_range, .-__flush_tlb_range
/arch/frv/include/asm/
Dtlbflush.h24 extern void asmlinkage __flush_tlb_range(unsigned long contextid,
45 __flush_tlb_range((vma)->vm_mm->context.id, start, end); \
/arch/arm64/include/asm/
Dtlbflush.h133 static inline void __flush_tlb_range(struct vm_area_struct *vma, in __flush_tlb_range() function
164 __flush_tlb_range(vma, start, end, false); in flush_tlb_range()
Dtlb.h54 __flush_tlb_range(&vma, tlb->start, tlb->end, true); in tlb_flush()
/arch/parisc/kernel/
Dcache.c446 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function
/arch/parisc/mm/
Dinit.c531 __flush_tlb_range(0, init_begin, init_end); in free_initmem()