Home
last modified time | relevance | path

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

/Linux-v5.10/arch/powerpc/oprofile/cell/
Dpr_util.h40 struct vma_to_fileoffset_map { /* map of sections within an SPU program */ struct
41 struct vma_to_fileoffset_map *next; /* list pointer */ argument
42 unsigned int vma; /* SPU virtual memory address from elf */
43 unsigned int size; /* size of section from elf */
44 unsigned int offset; /* offset of section into elf file */
45 unsigned int guard_ptr;
46 unsigned int guard_val;