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