Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Drun.c135 SPU_RUNCNTL_RUNNABLE | SPU_RUNCNTL_ISOLATE); in spu_setup_isolated()
154 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE); in spu_setup_isolated()
178 unsigned long runcntl = SPU_RUNCNTL_RUNNABLE; in spu_run_init()
210 (SPU_RUNCNTL_RUNNABLE | SPU_RUNCNTL_ISOLATE); in spu_run_init()
212 runcntl = SPU_RUNCNTL_RUNNABLE; in spu_run_init()
349 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_RUNNABLE); in spu_process_callback()
H A Dswitch.c1045 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in clear_spu_status()
1334 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_status_part1()
1357 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_status_part2()
1720 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_spu_runcntl()
H A Dbacking_ops.c276 if (val & SPU_RUNCNTL_RUNNABLE) { in spu_backing_runcntl_write()
H A Dsched.c797 if (runcntl & SPU_RUNCNTL_RUNNABLE) in spu_activate()
/openbmc/linux/arch/powerpc/include/asm/
H A Dspu.h316 #define SPU_RUNCNTL_RUNNABLE 1L macro