Lines Matching refs:tx39h_flush_icache_all
44 static void tx39h_flush_icache_all(void) in tx39h_flush_icache_all() function
344 flush_cache_all = tx39h_flush_icache_all; in tx39_cache_init()
345 __flush_cache_all = tx39h_flush_icache_all; in tx39_cache_init()
346 flush_cache_mm = (void *) tx39h_flush_icache_all; in tx39_cache_init()
347 flush_cache_range = (void *) tx39h_flush_icache_all; in tx39_cache_init()
348 flush_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
349 flush_icache_range = (void *) tx39h_flush_icache_all; in tx39_cache_init()
350 local_flush_icache_range = (void *) tx39h_flush_icache_all; in tx39_cache_init()
352 local_flush_data_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
353 flush_data_cache_page = (void *) tx39h_flush_icache_all; in tx39_cache_init()
418 tx39h_flush_icache_all(); in tx39_cache_init()