Searched refs:SPU_RUNCNTL_RUNNABLE (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | run.c | 135 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 D | switch.c | 1045 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() 1722 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_RUNNABLE); in restore_spu_runcntl()
|
H A D | backing_ops.c | 276 if (val & SPU_RUNCNTL_RUNNABLE) { in spu_backing_runcntl_write()
|
H A D | sched.c | 803 if (runcntl & SPU_RUNCNTL_RUNNABLE) in spu_activate()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | run.c | 135 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 D | switch.c | 1045 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 D | backing_ops.c | 276 if (val & SPU_RUNCNTL_RUNNABLE) { in spu_backing_runcntl_write()
|
H A D | sched.c | 797 if (runcntl & SPU_RUNCNTL_RUNNABLE) in spu_activate()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | spu.h | 349 #define SPU_RUNCNTL_RUNNABLE 1L macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | spu.h | 316 #define SPU_RUNCNTL_RUNNABLE 1L macro
|
Completed in 27 milliseconds