Searched refs:L2_STREAM (Results 1 – 4 of 4) sorted by relevance
135 cache_policy == L2_LRU ? "LRU" : cache_policy == L2_STREAM ? "Str" : ""); in si_test_dma_perf()138 method == L2_LRU ? "LRU" : method == L2_STREAM ? "Str" : ""); in si_test_dma_perf()148 cache_policy == L2_STREAM, is_copy); in si_test_dma_perf()
91 S_411_DST_SEL(V_411_DST_ADDR_TC_L2) | S_500_DST_CACHE_POLICY(cache_policy == L2_STREAM); in si_emit_cp_dma()102 S_411_SRC_SEL(V_411_SRC_ADDR_TC_L2) | S_500_SRC_CACHE_POLICY(cache_policy == L2_STREAM); in si_emit_cp_dma()
59 #define SI_COMPUTE_DST_CACHE_POLICY L2_STREAM238 L2_STREAM, /* same as SLC=1 */ enumerator
40 return size <= 256 * 1024 ? L2_LRU : L2_STREAM; in get_cache_policy()