Searched defs:spu_state (Results 1 – 1 of 1) sorted by relevance
242 struct spu_state { struct243 struct spu_lscsa *lscsa;245 int use_big_pages;248 struct page *lscsa_pages[SPU_LSCSA_NUM_BIG_PAGES];250 struct spu_problem_collapsed prob;251 struct spu_priv1_collapsed priv1;252 struct spu_priv2_collapsed priv2;253 u64 spu_chnlcnt_RW[32];254 u64 spu_chnldata_RW[32];255 u32 spu_mailbox_data[4];[all …]