Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/
H A Darch_dump.c198 typedef struct NoteFuncDescStruct { struct
199 int contents_size;
200 uint64_t (*note_size_func)(void); /* NULL for non-dynamic sized contents */
201 void (*note_contents_func)(Note *note, S390CPU *cpu, int id);
202 bool pvonly;
/openbmc/qemu/target/ppc/
H A Darch_dump.c212 static const struct NoteFuncDescStruct { struct
224 typedef struct NoteFuncDescStruct NoteFuncDesc; argument