Searched refs:spu_state (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/spufs/
H A Dswitch.c88 static inline int check_spu_isolate(struct spu_state *csa, struct spu *spu)
104 static inline void disable_interrupts(struct spu_state *csa, struct spu *spu)
141 static inline void set_watchdog_timer(struct spu_state *csa, struct spu *spu)
154 static inline void inhibit_user_access(struct spu_state *csa, struct spu *spu)
165 static inline void set_switch_pending(struct spu_state *csa, struct spu *spu)
174 static inline void save_mfc_cntl(struct spu_state *csa, struct spu *spu)
208 static inline void save_spu_runcntl(struct spu_state *csa, struct spu *spu)
219 static inline void save_mfc_sr1(struct spu_state *csa, struct spu *spu)
227 static inline void save_spu_status(struct spu_state *csa, struct spu *spu)
253 static inline void save_mfc_stopped_status(struct spu_state *cs
[all...]
H A Dlscsa_alloc.c34 static int spu_alloc_lscsa_std(struct spu_state *csa)
52 static void spu_free_lscsa_std(struct spu_state *csa)
72 int spu_alloc_lscsa(struct spu_state *csa)
136 void spu_free_lscsa(struct spu_state *csa)
165 int spu_alloc_lscsa(struct spu_state *csa)
170 void spu_free_lscsa(struct spu_state *csa)
H A Dspufs.h82 struct spu_state csa; /* SPU context save area. */
364 extern int spu_init_csa(struct spu_state *csa);
365 extern void spu_fini_csa(struct spu_state *csa);
366 extern int spu_save(struct spu_state *prev, struct spu *spu);
367 extern int spu_restore(struct spu_state *new, struct spu *spu);
368 extern int spu_switch(struct spu_state *prev, struct spu_state *new,
370 extern int spu_alloc_lscsa(struct spu_state *csa);
371 extern void spu_free_lscsa(struct spu_state *csa);
H A Dbacking_ops.c311 struct spu_state *csa = &ctx->csa;
322 struct spu_state *csa = &ctx->csa;
H A Dfile.c250 struct spu_state *csa = &ctx->csa;
322 struct spu_state *csa = &ctx->csa;
352 struct spu_state *csa = &ctx->csa;
1961 struct spu_state *state = &ctx->csa;
2617 struct spu_state *csa = &ctx->csa;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dspu_csa.h222 * struct spu_state
242 struct spu_state { struct

Completed in 182 milliseconds