Searched refs:L2_STREAM (Results 1 – 3 of 3) sorted by relevance
129 cache_policy == L2_LRU ? "LRU" : cache_policy == L2_STREAM ? "Str" : ""); in si_test_dma_perf()132 method == L2_LRU ? "LRU" : method == L2_STREAM ? "Str" : ""); in si_test_dma_perf()142 cache_policy == L2_STREAM, is_copy); in si_test_dma_perf()
87 S_411_DST_SEL(V_411_DST_ADDR_TC_L2) | S_500_DST_CACHE_POLICY(cache_policy == L2_STREAM); in si_emit_cp_dma()98 S_411_SRC_SEL(V_411_SRC_ADDR_TC_L2) | S_500_SRC_CACHE_POLICY(cache_policy == L2_STREAM); in si_emit_cp_dma()
285 L2_STREAM, /* same as SLC=1 */ enumerator