Searched refs:cpu_tlb_invalidate_range (Results 1 – 4 of 4) sorted by relevance
45 #define cpu_tlb_invalidate_range cpu_fn(CPU_NAME,_tlb_invalidate_range) macro80 extern void cpu_tlb_invalidate_range(unsigned long address, unsigned long end);
151 #define cpu_tlb_invalidate_range(s,e) processor.tlb.invalidate_range(s,e) macro
24 EXPORT_SYMBOL(cpu_tlb_invalidate_range);
220 cpu_tlb_invalidate_range((_start), (_end)); \