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