Searched refs:SPU_RUNCNTL_STOP (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/ |
H A D | switch.c | 232 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in save_spu_status() 1010 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in suspend_spe() 1021 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in suspend_spe() 1361 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in restore_status_part2() 1879 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in force_spu_isolate_exit() 2142 csa->prob.spu_runcntl_RW = SPU_RUNCNTL_STOP; in init_prob()
|
H A D | run.c | 162 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_STOP); in spu_setup_isolated()
|
H A D | hw_ops.c | 219 out_be32(&ctx->spu->problem->spu_runcntl_RW, SPU_RUNCNTL_STOP); in spu_hw_runcntl_stop()
|
H A D | backing_ops.c | 292 spu_backing_runcntl_write(ctx, SPU_RUNCNTL_STOP); in spu_backing_runcntl_stop()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/spufs/ |
H A D | switch.c | 232 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in save_spu_status() 1010 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in suspend_spe() 1021 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in suspend_spe() 1361 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in restore_status_part2() 1877 out_be32(&prob->spu_runcntl_RW, SPU_RUNCNTL_STOP); in force_spu_isolate_exit() 2140 csa->prob.spu_runcntl_RW = SPU_RUNCNTL_STOP; in init_prob()
|
H A D | hw_ops.c | 219 out_be32(&ctx->spu->problem->spu_runcntl_RW, SPU_RUNCNTL_STOP); in spu_hw_runcntl_stop()
|
H A D | run.c | 162 ctx->ops->runcntl_write(ctx, SPU_RUNCNTL_STOP); in spu_setup_isolated()
|
H A D | backing_ops.c | 292 spu_backing_runcntl_write(ctx, SPU_RUNCNTL_STOP); in spu_backing_runcntl_stop()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | spu.h | 348 #define SPU_RUNCNTL_STOP 0L macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | spu.h | 315 #define SPU_RUNCNTL_STOP 0L macro
|
Completed in 14 milliseconds