Home
last modified time | relevance | path

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

/openbmc/qemu/include/qemu/
H A Dwin_dump_defs.h178 typedef struct WinContext32 { struct
210 } QEMU_ALIGNED(16) WinContext32; argument
282 WinContext32 x32;
/openbmc/qemu/dump/
H A Dwin_dump.c44 return x64 ? sizeof(WinContext64) : sizeof(WinContext32); in win_dump_ctx_size()
348 ctx.x32 = (WinContext32){ in patch_and_save_context()