Home
last modified time | relevance | path

Searched refs:vma_to_fileoffset_map (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/powerpc/oprofile/cell/
Dpr_util.h44 struct vma_to_fileoffset_map { /* map of sections within an SPU program */ struct
45 struct vma_to_fileoffset_map *next; /* list pointer */ argument
85 struct vma_to_fileoffset_map *create_vma_map(const struct spu *spu,
87 unsigned int vma_map_lookup(struct vma_to_fileoffset_map *map,
90 void vma_map_free(struct vma_to_fileoffset_map *map);
Dvma_map.c27 void vma_map_free(struct vma_to_fileoffset_map *map) in vma_map_free()
30 struct vma_to_fileoffset_map *next = map->next; in vma_map_free()
37 vma_map_lookup(struct vma_to_fileoffset_map *map, unsigned int vma, in vma_map_lookup()
67 static struct vma_to_fileoffset_map *
68 vma_map_add(struct vma_to_fileoffset_map *map, unsigned int vma, in vma_map_add()
72 struct vma_to_fileoffset_map *new = in vma_map_add()
73 kzalloc(sizeof(struct vma_to_fileoffset_map), GFP_KERNEL); in vma_map_add()
95 struct vma_to_fileoffset_map *create_vma_map(const struct spu *aSpu, in create_vma_map()
110 struct vma_to_fileoffset_map *map = NULL; in create_vma_map()
Dspu_task_sync.c138 struct vma_to_fileoffset_map *map;
193 struct vma_to_fileoffset_map *new_map; in prepare_cached_spu_info()
567 struct vma_to_fileoffset_map *map; in spu_sync_buffer()