Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/platforms/cell/spufs/
Drun.c134 SPU_RUNCNTL_RUNNABLE | SPU_RUNCNTL_ISOLATE); in spu_setup_isolated()
153 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE); in spu_setup_isolated()
177 unsigned long runcntl = SPU_RUNCNTL_RUNNABLE; in spu_run_init()
209 (SPU_RUNCNTL_RUNNABLE | SPU_RUNCNTL_ISOLATE); in spu_run_init()
211 runcntl = SPU_RUNCNTL_RUNNABLE; in spu_run_init()
348 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE); in spu_process_callback()
Dswitch.c1059 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in clear_spu_status()
1348 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_status_part1()
1371 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_status_part2()
1736 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_spu_runcntl()
Dbacking_ops.c289 if (val & SPU_RUNCNTL_RUNNABLE) { in spu_backing_runcntl_write()
Dsched.c815 if (runcntl & SPU_RUNCNTL_RUNNABLE) in spu_activate()
/linux-3.4.99/arch/powerpc/include/asm/
Dspu.h362 #define SPU_RUNCNTL_RUNNABLE 1L macro