Searched refs:spuctx_switch_state (Results 1 – 4 of 4) sorted by relevance
/linux-3.4.99/arch/powerpc/platforms/cell/spufs/ |
D | run.c | 180 spuctx_switch_state(ctx, SPU_UTIL_SYSTEM); in spu_run_init() 227 spuctx_switch_state(ctx, SPU_UTIL_USER); in spu_run_init() 235 spuctx_switch_state(ctx, SPU_UTIL_USER); in spu_run_init() 253 spuctx_switch_state(ctx, SPU_UTIL_IDLE_LOADED); in spu_run_fini() 397 spuctx_switch_state(ctx, SPU_UTIL_SYSTEM); in spufs_run_spu()
|
D | fault.c | 132 spuctx_switch_state(ctx, SPU_UTIL_IOWAIT); in spufs_handle_class1() 189 spuctx_switch_state(ctx, SPU_UTIL_SYSTEM); in spufs_handle_class1()
|
D | sched.c | 226 spuctx_switch_state(ctx, SPU_UTIL_SYSTEM); in spu_bind_context() 257 spuctx_switch_state(ctx, SPU_UTIL_USER); in spu_bind_context() 442 spuctx_switch_state(ctx, SPU_UTIL_SYSTEM); in spu_unbind_context() 482 spuctx_switch_state(ctx, SPU_UTIL_IDLE_LOADED); in spu_unbind_context() 816 spuctx_switch_state(ctx, SPU_UTIL_USER); in spu_activate() 1037 void spuctx_switch_state(struct spu_context *ctx, in spuctx_switch_state() function
|
D | spufs.h | 373 extern void spuctx_switch_state(struct spu_context *ctx,
|