Home
last modified time | relevance | path

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

/linux-4.1.27/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)
/linux-4.1.27/arch/frv/mm/
Dtlb-flush.S154 # - void __flush_tlb_range(unsigned long contextid [GR8],
159 .globl __flush_tlb_range
160 .type __flush_tlb_range,@function
161 __flush_tlb_range: label
184 .size __flush_tlb_range, .-__flush_tlb_range
/linux-4.1.27/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); \
/linux-4.1.27/arch/arm64/include/asm/
Dtlbflush.h96 static inline void __flush_tlb_range(struct vm_area_struct *vma, in __flush_tlb_range() function
133 __flush_tlb_range(vma, start, end); in flush_tlb_range()
/linux-4.1.27/arch/parisc/kernel/
Dcache.c442 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function
/linux-4.1.27/arch/parisc/mm/
Dinit.c536 __flush_tlb_range(0, init_begin, init_end); in free_initmem()