Home
last modified time | relevance | path

Searched refs:runcntl_stop (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/powerpc/platforms/cell/spufs/
Dspufs.h193 void (*runcntl_stop) (struct spu_context * ctx); member
Dhw_ops.c327 .runcntl_stop = spu_hw_runcntl_stop,
Dbacking_ops.c392 .runcntl_stop = spu_backing_runcntl_stop,
/linux-5.19.10/arch/powerpc/platforms/ps3/
Dspu.c448 ctx->ops->runcntl_stop(ctx); in ps3_disable_spu()