Home
last modified time | relevance | path

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

/arch/parisc/include/asm/
Dtlbflush.h76 void __flush_tlb_range(unsigned long sid,
79 #define flush_tlb_range(vma,start,end) __flush_tlb_range((vma)->vm_mm->context,start,end)
81 #define flush_tlb_kernel_range(start, end) __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/parisc/kernel/
Dcache.c441 void __flush_tlb_range(unsigned long sid, unsigned long start, in __flush_tlb_range() function
/arch/parisc/mm/
Dinit.c515 __flush_tlb_range(0, init_begin, init_end); in free_initmem()