Home
last modified time | relevance | path

Searched refs:destroy_spu (Results 1 – 2 of 2) 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/ps3/
H A Dspu.c453 .destroy_spu = ps3_destroy_spu,