Home
last modified time | relevance | path

Searched refs:destroy_spu (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Dspu_priv1.h169 int (*destroy_spu)(struct spu *spu); member
192 return spu_management_ops->destroy_spu(spu); in spu_destroy_spu()
/linux/arch/powerpc/platforms/cell/
H A Dspu_manage.c526 .destroy_spu = of_destroy_spu,
/linux/arch/powerpc/platforms/ps3/
H A Dspu.c454 .destroy_spu = ps3_destroy_spu,