vma_to_fileoffset_map 41 arch/powerpc/oprofile/cell/pr_util.h struct vma_to_fileoffset_map *next; /* list pointer */ vma_to_fileoffset_map 81 arch/powerpc/oprofile/cell/pr_util.h struct vma_to_fileoffset_map *create_vma_map(const struct spu *spu, vma_to_fileoffset_map 83 arch/powerpc/oprofile/cell/pr_util.h unsigned int vma_map_lookup(struct vma_to_fileoffset_map *map, vma_to_fileoffset_map 86 arch/powerpc/oprofile/cell/pr_util.h void vma_map_free(struct vma_to_fileoffset_map *map); vma_to_fileoffset_map 135 arch/powerpc/oprofile/cell/spu_task_sync.c struct vma_to_fileoffset_map *map; vma_to_fileoffset_map 190 arch/powerpc/oprofile/cell/spu_task_sync.c struct vma_to_fileoffset_map *new_map; vma_to_fileoffset_map 557 arch/powerpc/oprofile/cell/spu_task_sync.c struct vma_to_fileoffset_map *map; vma_to_fileoffset_map 23 arch/powerpc/oprofile/cell/vma_map.c void vma_map_free(struct vma_to_fileoffset_map *map) vma_to_fileoffset_map 26 arch/powerpc/oprofile/cell/vma_map.c struct vma_to_fileoffset_map *next = map->next; vma_to_fileoffset_map 33 arch/powerpc/oprofile/cell/vma_map.c vma_map_lookup(struct vma_to_fileoffset_map *map, unsigned int vma, vma_to_fileoffset_map 63 arch/powerpc/oprofile/cell/vma_map.c static struct vma_to_fileoffset_map * vma_to_fileoffset_map 64 arch/powerpc/oprofile/cell/vma_map.c vma_map_add(struct vma_to_fileoffset_map *map, unsigned int vma, vma_to_fileoffset_map 68 arch/powerpc/oprofile/cell/vma_map.c struct vma_to_fileoffset_map *new = kzalloc(sizeof(*new), GFP_KERNEL); vma_to_fileoffset_map 91 arch/powerpc/oprofile/cell/vma_map.c struct vma_to_fileoffset_map *create_vma_map(const struct spu *aSpu, vma_to_fileoffset_map 106 arch/powerpc/oprofile/cell/vma_map.c struct vma_to_fileoffset_map *map = NULL;