Lines Matching refs:tx39h_flush_icache_all
44 static void tx39h_flush_icache_all(void) in tx39h_flush_icache_all() function
363 flush_cache_all = tx39h_flush_icache_all; in tx39_cache_init()
364 __flush_cache_all = tx39h_flush_icache_all; in tx39_cache_init()
365 flush_cache_mm = (void *) tx39h_flush_icache_all; in tx39_cache_init()
366 flush_cache_range = (void *) tx39h_flush_icache_all; in tx39_cache_init()
367 flush_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
368 flush_icache_range = (void *) tx39h_flush_icache_all; in tx39_cache_init()
369 local_flush_icache_range = (void *) tx39h_flush_icache_all; in tx39_cache_init()
371 flush_cache_sigtramp = (void *) tx39h_flush_icache_all; in tx39_cache_init()
372 local_flush_data_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
373 flush_data_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
439 tx39h_flush_icache_all(); in tx39_cache_init()