Home
last modified time | relevance | path

Searched refs:XSaveXTILECFG (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/i386/
H A Dxsave_helper.c132 XSaveXTILECFG *tilecfg = buf + e->offset; in x86_cpu_xsave_all_areas()
267 const XSaveXTILECFG *tilecfg = buf + e->offset; in x86_cpu_xrstor_all_areas()
H A Dcpu.h1612 typedef struct XSaveXTILECFG { struct
1614 } XSaveXTILECFG; argument
1646 QEMU_BUILD_BUG_ON(sizeof(XSaveXTILECFG) != 0x40);
H A Dcpu.c1873 .size = sizeof(XSaveXTILECFG),