Home
last modified time | relevance | path

Searched defs:spu_context (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/cell/spufs/
Dspufs.h79 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;
[all …]