Searched refs:spu_priv1_ops (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A Dspu_priv1.h31 struct spu_priv1_ops { struct
54 extern const struct spu_priv1_ops* spu_priv1_ops;
59 spu_priv1_ops->int_mask_and(spu, class, mask); spu_int_mask_and()
65 spu_priv1_ops->int_mask_or(spu, class, mask); spu_int_mask_or()
71 spu_priv1_ops->int_mask_set(spu, class, mask); spu_int_mask_set()
77 return spu_priv1_ops->int_mask_get(spu, class); spu_int_mask_get()
83 spu_priv1_ops->int_stat_clear(spu, class, stat); spu_int_stat_clear()
89 return spu_priv1_ops->int_stat_get (spu, class); spu_int_stat_get()
95 spu_priv1_ops->cpu_affinity_set(spu, cpu); spu_cpu_affinity_set()
101 return spu_priv1_ops->mfc_dar_get(spu); spu_mfc_dar_get()
107 return spu_priv1_ops->mfc_dsisr_get(spu); spu_mfc_dsisr_get()
113 spu_priv1_ops->mfc_dsisr_set(spu, dsisr); spu_mfc_dsisr_set()
119 spu_priv1_ops->mfc_sdr_setup(spu); spu_mfc_sdr_setup()
125 spu_priv1_ops->mfc_sr1_set(spu, sr1); spu_mfc_sr1_set()
131 return spu_priv1_ops->mfc_sr1_get(spu); spu_mfc_sr1_get()
137 spu_priv1_ops->mfc_tclass_id_set(spu, tclass_id); spu_mfc_tclass_id_set()
143 return spu_priv1_ops->mfc_tclass_id_get(spu); spu_mfc_tclass_id_get()
149 spu_priv1_ops->tlb_invalidate(spu); spu_tlb_invalidate()
155 spu_priv1_ops->resource_allocation_groupID_set(spu, id); spu_resource_allocation_groupID_set()
161 return spu_priv1_ops->resource_allocation_groupID_get(spu); spu_resource_allocation_groupID_get()
167 spu_priv1_ops->resource_allocation_enable_set(spu, enable); spu_resource_allocation_enable_set()
173 return spu_priv1_ops->resource_allocation_enable_get(spu); spu_resource_allocation_enable_get()
230 extern const struct spu_priv1_ops spu_priv1_mmio_ops;
231 extern const struct spu_priv1_ops spu_priv1_beat_ops;
/linux-4.4.14/arch/powerpc/platforms/cell/
H A Dqpace_setup.c99 spu_priv1_ops = &spu_priv1_mmio_ops; qpace_setup_arch()
H A Dspu_priv1_mmio.c158 const struct spu_priv1_ops spu_priv1_mmio_ops =
H A Dspu_base.c46 const struct spu_priv1_ops *spu_priv1_ops; variable in typeref:struct:spu_priv1_ops
47 EXPORT_SYMBOL_GPL(spu_priv1_ops); variable
H A Dsetup.c227 spu_priv1_ops = &spu_priv1_mmio_ops; cell_setup_arch()
/linux-4.4.14/arch/powerpc/platforms/ps3/
H A Dspu.c477 /* spu_priv1_ops */
609 const struct spu_priv1_ops spu_priv1_ps3_ops = {
634 spu_priv1_ops = &spu_priv1_ps3_ops; ps3_spu_set_platform()

Completed in 77 milliseconds