Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/platforms/cell/spufs/
A Dswitch.c246 static inline void save_mfc_stopped_status(struct spu_state *csa, in save_mfc_stopped_status()
1812 static void save_csa(struct spu_state *prev, struct spu *spu) in save_csa()
1916 static void harvest(struct spu_state *prev, struct spu *spu) in harvest()
2092 int spu_save(struct spu_state *prev, struct spu *spu) in spu_save()
2116 int spu_restore(struct spu_state *new, struct spu *spu) in spu_restore()
2133 static void init_prob(struct spu_state *csa) in init_prob()
2144 static void init_priv1(struct spu_state *csa) in init_priv1()
2163 static void init_priv2(struct spu_state *csa) in init_priv2()
2182 int spu_init_csa(struct spu_state *csa) in spu_init_csa()
2188 memset(csa, 0, sizeof(struct spu_state)); in spu_init_csa()
[all …]
A Dspufs.h69 struct spu_state csa; /* SPU context save area. */
344 extern int spu_init_csa(struct spu_state *csa);
345 extern void spu_fini_csa(struct spu_state *csa);
346 extern int spu_save(struct spu_state *prev, struct spu *spu);
347 extern int spu_restore(struct spu_state *new, struct spu *spu);
348 extern int spu_switch(struct spu_state *prev, struct spu_state *new,
350 extern int spu_alloc_lscsa(struct spu_state *csa);
351 extern void spu_free_lscsa(struct spu_state *csa);
A Dlscsa_alloc.c21 int spu_alloc_lscsa(struct spu_state *csa) in spu_alloc_lscsa()
38 void spu_free_lscsa(struct spu_state *csa) in spu_free_lscsa()
A Dbacking_ops.c297 struct spu_state *csa = &ctx->csa; in spu_backing_master_start()
308 struct spu_state *csa = &ctx->csa; in spu_backing_master_stop()
A Dfile.c1849 struct spu_state *state = &ctx->csa; in spufs_event_status_get()
2502 struct spu_state *csa = &ctx->csa; in spufs_show_ctx()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dspu_csa.h229 struct spu_state { struct

Completed in 17 milliseconds