Lines Matching defs:start
22 * - flush_cache_range(vma, start, end) flushes a range of pages
23 * - flush_icache_range(start, end) flush a range of instructions
30 * - __flush_icache_user_range(start, end) flushes range of user instructions
51 unsigned long start, unsigned long end);
85 extern void (*flush_icache_range)(unsigned long start, unsigned long end);
86 extern void (*local_flush_icache_range)(unsigned long start, unsigned long end);
87 extern void (*__flush_icache_user_range)(unsigned long start,
89 extern void (*__local_flush_icache_user_range)(unsigned long start,
94 static inline void flush_cache_vmap(unsigned long start, unsigned long end)
100 #define flush_cache_vmap_early(start, end) do { } while (0)
104 static inline void flush_cache_vunmap(unsigned long start, unsigned long end)