Home
last modified time | relevance | path

Searched refs:WinDumpHeader (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/dump/
H A Dwin_dump.c83 static void write_runs(DumpState *s, WinDumpHeader *h, bool x64, Error **errp) in write_runs()
114 static void patch_mm_pfn_database(WinDumpHeader *h, bool x64, Error **errp) in patch_mm_pfn_database()
125 static void patch_bugcheck_data(WinDumpHeader *h, bool x64, Error **errp) in patch_bugcheck_data()
155 static void patch_header(WinDumpHeader *h, bool x64) in patch_header()
180 static bool check_header(WinDumpHeader *h, bool *x64, Error **errp) in check_header()
203 static void check_kdbg(WinDumpHeader *h, bool x64, Error **errp) in check_kdbg()
249 static void patch_and_save_context(WinDumpHeader *h, bool x64, in patch_and_save_context()
395 static void restore_context(WinDumpHeader *h, bool x64, in restore_context()
410 WinDumpHeader *h = (void *)(s->guest_note + VMCOREINFO_ELF_NOTE_HDR_SIZE); in create_win_dump()
/openbmc/qemu/include/qemu/
H A Dwin_dump_defs.h128 typedef union WinDumpHeader { union
135 } WinDumpHeader; typedef