Searched refs:runcntl (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
H A Drun.c177 unsigned long runcntl = SPU_RUNCNTL_RUNNABLE; spu_run_init() local
208 runcntl = ctx->ops->runcntl_read(ctx) & spu_run_init()
210 if (runcntl == 0) spu_run_init()
211 runcntl = SPU_RUNCNTL_RUNNABLE; spu_run_init()
224 ctx->ops->runcntl_write(ctx, runcntl); spu_run_init()
H A Dsched.c811 unsigned long runcntl; spu_activate() local
813 runcntl = ctx->ops->runcntl_read(ctx); spu_activate()
815 if (runcntl & SPU_RUNCNTL_RUNNABLE) spu_activate()
H A Dswitch.c1897 /* Restart SPE master runcntl. */ force_spu_isolate_exit()
2162 /* Enable decode, relocate, tlbie response, master runcntl. */ init_priv1()

Completed in 132 milliseconds