Home
last modified time | relevance | path

Searched refs:spu_management_ops (Results 1 – 7 of 7) sorted by relevance

/arch/powerpc/include/asm/
Dspu_priv1.h178 struct spu_management_ops { struct
187 extern const struct spu_management_ops* spu_management_ops; argument
192 return spu_management_ops->enumerate_spus(fn); in spu_enumerate_spus()
198 return spu_management_ops->create_spu(spu, data); in spu_create_spu()
204 return spu_management_ops->destroy_spu(spu); in spu_destroy_spu()
210 return spu_management_ops->init_affinity(); in spu_init_affinity()
216 spu_management_ops->enable_spu(ctx); in spu_enable_spu()
222 spu_management_ops->disable_spu(ctx); in spu_disable_spu()
233 extern const struct spu_management_ops spu_management_of_ops;
/arch/powerpc/platforms/cell/
Dqpace_setup.c100 spu_management_ops = &spu_management_of_ops; in qpace_setup_arch()
Dspu_base.c43 const struct spu_management_ops *spu_management_ops; variable
44 EXPORT_SYMBOL_GPL(spu_management_ops);
773 if (!spu_management_ops) in init_spu_base()
Dsetup.c228 spu_management_ops = &spu_management_of_ops; in cell_setup_arch()
Dspu_manage.c548 const struct spu_management_ops spu_management_of_ops = {
/arch/powerpc/platforms/ps3/
Dspu.c468 const struct spu_management_ops spu_management_ps3_ops = {
635 spu_management_ops = &spu_management_ps3_ops; in ps3_spu_set_platform()
/arch/powerpc/platforms/cell/spufs/
Dinode.c687 if (!spu_management_ops) in spufs_create_root()
764 if (!spu_management_ops) in spufs_init()