Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
vma_map.c File Reference
#include <linux/mm.h>
#include <linux/string.h>
#include <linux/uaccess.h>
#include <linux/elf.h>
#include <linux/slab.h>
#include "pr_util.h"

Go to the source code of this file.

Functions

void vma_map_free (struct vma_to_fileoffset_map *map)
 
unsigned int vma_map_lookup (struct vma_to_fileoffset_map *map, unsigned int vma, const struct spu *aSpu, int *grd_val)
 
struct vma_to_fileoffset_mapcreate_vma_map (const struct spu *aSpu, unsigned long __spu_elf_start)
 

Function Documentation

struct vma_to_fileoffset_map* create_vma_map ( const struct spu *  aSpu,
unsigned long  __spu_elf_start 
)
read

Definition at line 95 of file vma_map.c.

void vma_map_free ( struct vma_to_fileoffset_map map)

Definition at line 27 of file vma_map.c.

unsigned int vma_map_lookup ( struct vma_to_fileoffset_map map,
unsigned int  vma,
const struct spu *  aSpu,
int grd_val 
)

Definition at line 37 of file vma_map.c.