Searched defs:spu_management_ops (Results 1 - 2 of 2) sorted by relevance

/arch/powerpc/include/asm/
H A Dspu_priv1.h178 struct spu_management_ops { struct
187 extern const struct spu_management_ops* spu_management_ops;
192 return spu_management_ops->enumerate_spus(fn);
198 return spu_management_ops->create_spu(spu, data);
204 return spu_management_ops->destroy_spu(spu);
210 return spu_management_ops->init_affinity();
216 spu_management_ops->enable_spu(ctx);
222 spu_management_ops->disable_spu(ctx);
233 extern const struct spu_management_ops spu_management_of_op
[all...]
/arch/powerpc/platforms/cell/
H A Dspu_base.c43 const struct spu_management_ops *spu_management_ops; variable in typeref:struct:spu_management_ops
44 EXPORT_SYMBOL_GPL(spu_management_ops); variable
814 if (!spu_management_ops)

Completed in 74 milliseconds