Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
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()
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()
Dbacking_ops.c276 if (val & SPU_RUNCNTL_RUNNABLE) { in spu_backing_runcntl_write()
Dsched.c797 if (runcntl & SPU_RUNCNTL_RUNNABLE) in spu_activate()
/linux-5.19.10/arch/powerpc/include/asm/
Dspu.h316 #define SPU_RUNCNTL_RUNNABLE 1L macro