Home
last modified time | relevance | path

Searched refs:resource_allocation_enable_get (Results 1 – 2 of 2) sorted by relevance

/linux/arch/powerpc/include/asm/ !
H A Dspu_priv1.h39 u64 (*resource_allocation_enable_get) (struct spu *spu); member
161 return spu_priv1_ops->resource_allocation_enable_get(spu); in spu_resource_allocation_enable_get()
/linux/arch/powerpc/platforms/ps3/ !
H A Dspu.c587 static u64 resource_allocation_enable_get(struct spu *spu) in resource_allocation_enable_get() function
612 .resource_allocation_enable_get = resource_allocation_enable_get,