Lines Matching defs:spu_context
80 struct spu_context { struct
81 struct spu *spu; /* pointer to a physical SPU */
82 struct spu_state csa; /* SPU context save area. */
83 spinlock_t mmio_lock; /* protects mmio access */
84 struct address_space *local_store; /* local store mapping. */
85 struct address_space *mfc; /* 'mfc' area mappings. */
86 struct address_space *cntl; /* 'control' area mappings. */
110 struct spu_context_ops *ops; argument
111 struct work_struct reap_work;
112 unsigned long flags;
113 unsigned long event_return;
115 struct list_head gang_list;
116 struct spu_gang *gang;
117 struct kref *prof_priv_kref;
118 void ( * prof_priv_release) (struct kref *kref);
121 pid_t tid;
124 struct list_head rq;
125 unsigned int time_slice;
126 unsigned long sched_flags;
127 cpumask_t cpus_allowed;
128 int policy;
129 int prio;
130 int last_ran;
133 struct {
164 struct spu_context *aff_ref_ctx; argument