Searched refs:create_spu (Results 1 - 4 of 4) sorted by relevance

/arch/powerpc/include/asm/
H A Dspu_priv1.h180 int (*create_spu)(struct spu *spu, void *data); member in struct:spu_management_ops
198 return spu_management_ops->create_spu(spu, data);
/arch/powerpc/platforms/cell/
H A Dspu_base.c571 static int __init create_spu(void *data) function
780 ret = spu_enumerate_spus(create_spu);
H A Dspu_manage.c550 .create_spu = of_create_spu,
/arch/powerpc/platforms/ps3/
H A Dspu.c470 .create_spu = ps3_create_spu,

Completed in 53 milliseconds