Linux Kernel
3.7.1
|
#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_map * | create_vma_map (const struct spu *aSpu, unsigned long __spu_elf_start) |
|
read |
void vma_map_free | ( | struct vma_to_fileoffset_map * | map | ) |