Searched refs:__flush_tlb_range (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/arch/parisc/include/asm/ |
D | tlbflush.h | 30 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/ |
D | tlb-flush.S | 154 # - 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/ |
D | tlbflush.h | 24 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/ |
D | tlbflush.h | 96 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/ |
D | cache.c | 442 int __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function
|
/linux-4.1.27/arch/parisc/mm/ |
D | init.c | 536 __flush_tlb_range(0, init_begin, init_end); in free_initmem()
|