Lines Matching refs:tx39h_flush_icache_all
43 static void tx39h_flush_icache_all(void) in tx39h_flush_icache_all() function
339 flush_cache_all = tx39h_flush_icache_all; in tx39_cache_init()
340 __flush_cache_all = tx39h_flush_icache_all; in tx39_cache_init()
341 flush_cache_mm = (void *) tx39h_flush_icache_all; in tx39_cache_init()
342 flush_cache_range = (void *) tx39h_flush_icache_all; in tx39_cache_init()
343 flush_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
344 flush_icache_range = (void *) tx39h_flush_icache_all; in tx39_cache_init()
345 local_flush_icache_range = (void *) tx39h_flush_icache_all; in tx39_cache_init()
347 local_flush_data_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
348 flush_data_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
413 tx39h_flush_icache_all(); in tx39_cache_init()