Searched refs:prog_data_buf (Results 1 – 1 of 1) sorted by relevance
70 uint8_t *prog_data_buf = NULL; in test_stage_cache_add() local89 prog_data_buf = cbmem_find(CBMEM_ID_STAGEx_CACHE + id); in test_stage_cache_add()90 assert_non_null(prog_data_buf); in test_stage_cache_add()91 assert_memory_equal(data, prog_data_buf, data_sz); in test_stage_cache_add()