Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
run.c File Reference
#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)
 

Macro Definition Documentation

#define DEBUG

Definition at line 1 of file run.c.

Function Documentation

int spu_stopped ( struct spu_context ctx,
u32 stat 
)

Definition at line 48 of file run.c.

long spufs_run_spu ( struct spu_context ctx,
u32 npc,
u32 event 
)

Definition at line 352 of file run.c.

void spufs_stop_callback ( struct spu *  spu,
int  irq 
)

Definition at line 14 of file run.c.