Home
last modified time | relevance | path

Searched refs:XSaveAVX (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.h45 XSaveAVX avx_state;
51 - sizeof(XSaveAVX)];
/openbmc/qemu/target/i386/
H A Dxsave_helper.c54 XSaveAVX *avx; in x86_cpu_xsave_all_areas()
188 const XSaveAVX *avx; in x86_cpu_xrstor_all_areas()
H A Dcpu.h1575 typedef struct XSaveAVX { struct
1577 } XSaveAVX; typedef
1639 QEMU_BUILD_BUG_ON(sizeof(XSaveAVX) != 0x100);
H A Dcpu.c1848 .size = sizeof(XSaveAVX) },