Home
last modified time | relevance | path

Searched refs:rtas_error (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/oprofile/
Dop_model_cell.c1255 int rtas_error; in cell_global_start_spu_cycles() local
1306 rtas_error = ret; in cell_global_start_spu_cycles()
1321 rtas_error = -EIO; in cell_global_start_spu_cycles()
1326 rtas_error = start_spu_profiling_cycles(spu_cycle_reset); in cell_global_start_spu_cycles()
1327 if (rtas_error) in cell_global_start_spu_cycles()
1336 return rtas_error; in cell_global_start_spu_cycles()