Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dspufs.h194 void (*master_start) (struct spu_context * ctx); member
H A Dhw_ops.c328 .master_start = spu_hw_master_start,
H A Dbacking_ops.c393 .master_start = spu_backing_master_start,
/openbmc/linux/arch/powerpc/platforms/cell/
H A Dspu_manage.c353 ctx->ops->master_start(ctx); in enable_spu_by_master_run()