Searched refs:vma_to_fileoffset_map (Results 1 – 3 of 3) sorted by relevance
40 struct vma_to_fileoffset_map { /* map of sections within an SPU program */ struct41 struct vma_to_fileoffset_map *next; /* list pointer */ argument81 struct vma_to_fileoffset_map *create_vma_map(const struct spu *spu,83 unsigned int vma_map_lookup(struct vma_to_fileoffset_map *map,86 void vma_map_free(struct vma_to_fileoffset_map *map);
23 void vma_map_free(struct vma_to_fileoffset_map *map) in vma_map_free()26 struct vma_to_fileoffset_map *next = map->next; in vma_map_free()33 vma_map_lookup(struct vma_to_fileoffset_map *map, unsigned int vma, in vma_map_lookup()63 static struct vma_to_fileoffset_map *64 vma_map_add(struct vma_to_fileoffset_map *map, unsigned int vma, in vma_map_add()68 struct vma_to_fileoffset_map *new = kzalloc(sizeof(*new), GFP_KERNEL); in vma_map_add()91 struct vma_to_fileoffset_map *create_vma_map(const struct spu *aSpu, in create_vma_map()106 struct vma_to_fileoffset_map *map = NULL; in create_vma_map()
135 struct vma_to_fileoffset_map *map;190 struct vma_to_fileoffset_map *new_map; in prepare_cached_spu_info()557 struct vma_to_fileoffset_map *map; in spu_sync_buffer()