Searched refs:tx39h_flush_icache_all (Results 1 – 1 of 1) sorted by relevance
43 static void tx39h_flush_icache_all(void) in tx39h_flush_icache_all() function339 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()[all …]
Completed in 3 milliseconds