Searched refs:resource_allocation_enable_set (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | spu_priv1_mmio.c | 136 static void resource_allocation_enable_set(struct spu *spu, u64 enable) in resource_allocation_enable_set() function 166 .resource_allocation_enable_set = resource_allocation_enable_set,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | spu_priv1_mmio.c | 135 static void resource_allocation_enable_set(struct spu *spu, u64 enable) in resource_allocation_enable_set() function 165 .resource_allocation_enable_set = resource_allocation_enable_set,
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | spu_priv1.h | 38 void (*resource_allocation_enable_set) (struct spu *spu, u64 enable); member 155 spu_priv1_ops->resource_allocation_enable_set(spu, enable); in spu_resource_allocation_enable_set()
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | spu_priv1.h | 38 void (*resource_allocation_enable_set) (struct spu *spu, u64 enable); member 155 spu_priv1_ops->resource_allocation_enable_set(spu, enable); in spu_resource_allocation_enable_set()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/ps3/ |
H A D | spu.c | 582 static void resource_allocation_enable_set(struct spu *spu, u64 enable) in resource_allocation_enable_set() function 611 .resource_allocation_enable_set = resource_allocation_enable_set,
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/ps3/ |
H A D | spu.c | 582 static void resource_allocation_enable_set(struct spu *spu, u64 enable) in resource_allocation_enable_set() function 611 .resource_allocation_enable_set = resource_allocation_enable_set,
|
Completed in 5 milliseconds