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);
81 extern void (*flush_icache_range)(unsigned long start, unsigned long end);
82 extern void (*local_flush_icache_range)(unsigned long start, unsigned long end);
83 extern void (*__flush_icache_user_range)(unsigned long start,
85 extern void (*__local_flush_icache_user_range)(unsigned long start,
90 static inline void flush_cache_vmap(unsigned long start, unsigned long end)
98 static inline void flush_cache_vunmap(unsigned long start, unsigned long end)