Searched refs:spu_priv1 (Results 1 – 3 of 3) sorted by relevance
/arch/powerpc/platforms/cell/ |
D | beat_spu_priv1.c | 84 offsetof(struct spu_priv1, mfc_dar_RW), &dar); in mfc_dar_get() 93 offsetof(struct spu_priv1, mfc_dsisr_RW), &dsisr); in mfc_dsisr_get() 101 offsetof(struct spu_priv1, mfc_dsisr_RW), dsisr); in mfc_dsisr_set() 113 offsetof(struct spu_priv1, mfc_sr1_RW), sr1); in mfc_sr1_set() 121 offsetof(struct spu_priv1, mfc_sr1_RW), &sr1); in mfc_sr1_get() 129 offsetof(struct spu_priv1, mfc_tclass_id_RW), tclass_id); in mfc_tclass_id_set() 137 offsetof(struct spu_priv1, mfc_tclass_id_RW), &tclass_id); in mfc_tclass_id_get() 145 offsetof(struct spu_priv1, tlb_invalidate_entry_W), 0ul); in tlb_invalidate() 152 offsetof(struct spu_priv1, resource_allocation_groupID_RW), in resource_allocation_groupID_set() 161 offsetof(struct spu_priv1, resource_allocation_groupID_RW), in resource_allocation_groupID_get() [all …]
|
/arch/powerpc/platforms/ps3/ |
D | spu.c | 561 offsetof(struct spu_priv1, mfc_sr1_RW), in mfc_sr1_set() 575 offsetof(struct spu_priv1, mfc_tclass_id_RW), in mfc_tclass_id_set()
|
/arch/powerpc/include/asm/ |
D | spu.h | 164 struct spu_priv1 __iomem *priv1; 488 struct spu_priv1 { struct
|