Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/platforms/cell/
Dspu_priv1_mmio.c125 static void resource_allocation_groupID_set(struct spu *spu, u64 id) in resource_allocation_groupID_set() function
163 .resource_allocation_groupID_set = resource_allocation_groupID_set,
/linux-5.19.10/arch/powerpc/include/asm/
Dspu_priv1.h36 void (*resource_allocation_groupID_set) (struct spu *spu, u64 id); member
143 spu_priv1_ops->resource_allocation_groupID_set(spu, id); in spu_resource_allocation_groupID_set()
/linux-5.19.10/arch/powerpc/platforms/ps3/
Dspu.c572 static void resource_allocation_groupID_set(struct spu *spu, u64 id) in resource_allocation_groupID_set() function
609 .resource_allocation_groupID_set = resource_allocation_groupID_set,