Searched defs:spu_context (Results 1 – 1 of 1) sorted by relevance
80 struct spu_context { struct81 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; argument111 struct work_struct reap_work;112 unsigned long flags;[all …]