Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
lscsa_alloc.c File Reference
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <asm/spu.h>
#include <asm/spu_csa.h>
#include <asm/mmu.h>
#include "spufs.h"

Go to the source code of this file.

Functions

int spu_alloc_lscsa (struct spu_state *csa)
 
void spu_free_lscsa (struct spu_state *csa)
 

Function Documentation

int spu_alloc_lscsa ( struct spu_state *  csa)

Definition at line 173 of file lscsa_alloc.c.

void spu_free_lscsa ( struct spu_state *  csa)

Definition at line 178 of file lscsa_alloc.c.