Home
last modified time | relevance | path

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

/qemu/dump/
H A Dwin_dump.c82 static void write_runs(DumpState *s, WinDumpHeader *h, bool x64, Error **errp) in write_runs()
113 static void patch_mm_pfn_database(WinDumpHeader *h, bool x64, Error **errp) in patch_mm_pfn_database()
124 static void patch_bugcheck_data(WinDumpHeader *h, bool x64, Error **errp) in patch_bugcheck_data()
154 static void patch_header(WinDumpHeader *h, bool x64) in patch_header()
179 static bool check_header(WinDumpHeader *h, bool *x64, Error **errp) in check_header()
202 static void check_kdbg(WinDumpHeader *h, bool x64, Error **errp) in check_kdbg()
248 static void patch_and_save_context(WinDumpHeader *h, bool x64, in patch_and_save_context()
394 static void restore_context(WinDumpHeader *h, bool x64, in restore_context()
409 WinDumpHeader *h = (void *)(s->guest_note + VMCOREINFO_ELF_NOTE_HDR_SIZE); in create_win_dump()
/qemu/include/qemu/
H A Dwin_dump_defs.h128 typedef union WinDumpHeader { union
135 } WinDumpHeader; typedef