Go to the documentation of this file. 1 #ifndef _CRIS_TLBFLUSH_H
2 #define _CRIS_TLBFLUSH_H
5 #include <asm/processor.h>
6 #include <asm/pgtable.h>
7 #include <asm/pgalloc.h>
31 #define flush_tlb_all __flush_tlb_all
32 #define flush_tlb_mm __flush_tlb_mm
33 #define flush_tlb_page __flush_tlb_page
46 #define flush_tlb_kernel_range(start, end) flush_tlb_all()