Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/elf2dmp/
H A Daddrspace.h26 struct pa_space { struct
33 struct pa_space *ps; argument
36 void pa_space_create(struct pa_space *ps, QEMU_Elf *qemu_elf);
37 void pa_space_destroy(struct pa_space *ps);
39 void va_space_create(struct va_space *vs, struct pa_space *ps, uint64_t dtb);
H A Daddrspace.c11 static struct pa_block *pa_space_find_block(struct pa_space *ps, uint64_t pa) in pa_space_find_block()
25 static void *pa_space_resolve(struct pa_space *ps, uint64_t pa) in pa_space_resolve()
36 static bool pa_space_read64(struct pa_space *ps, uint64_t pa, uint64_t *value) in pa_space_read64()
73 void pa_space_create(struct pa_space *ps, QEMU_Elf *qemu_elf) in pa_space_create()
106 void pa_space_destroy(struct pa_space *ps) in pa_space_destroy()
117 void va_space_create(struct va_space *vs, struct pa_space *ps, uint64_t dtb) in va_space_create()
H A Dmain.c231 static void try_merge_runs(struct pa_space *ps, in try_merge_runs()
267 static bool fill_header(WinDumpHeader64 *hdr, struct pa_space *ps, in fill_header()
416 static bool write_dump(struct pa_space *ps, in write_dump()
513 struct pa_space ps; in main()