Home
last modified time | relevance | path

Searched refs:XSaveBNDREG (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.h56 XSaveBNDREG bndreg_state;
H A Dfpu_helper.c2670 target_ulong addr = ptr + offsetof(XSaveBNDREG, bnd_regs); in do_xsave_bndregs()
2918 target_ulong addr = ptr + offsetof(XSaveBNDREG, bnd_regs); in do_xrstor_bndregs()
/openbmc/qemu/target/i386/
H A Dxsave_helper.c68 XSaveBNDREG *bndreg; in x86_cpu_xsave_all_areas()
201 const XSaveBNDREG *bndreg; in x86_cpu_xrstor_all_areas()
H A Dcpu.h1690 typedef struct XSaveBNDREG { struct
1692 } XSaveBNDREG; typedef
1750 QEMU_BUILD_BUG_ON(sizeof(XSaveBNDREG) != 0x40);
H A Dcpu.c2020 .size = sizeof(XSaveBNDREG) },