|
Linux Kernel
3.7.1
|
#include <linux/wait.h>#include <linux/ptrace.h>#include <asm/spu.h>#include <asm/spu_priv1.h>#include <asm/io.h>#include <asm/unistd.h>#include "spufs.h"Go to the source code of this file.
Macros | |
| #define | DEBUG |
Functions | |
| void | spufs_stop_callback (struct spu *spu, int irq) |
| int | spu_stopped (struct spu_context *ctx, u32 *stat) |
| long | spufs_run_spu (struct spu_context *ctx, u32 *npc, u32 *event) |
| long spufs_run_spu | ( | struct spu_context * | ctx, |
| u32 * | npc, | ||
| u32 * | event | ||
| ) |
1.8.2