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.h54 XSaveBNDREG bndreg_state;
H A Dfpu_helper.c2644 target_ulong addr = ptr + offsetof(XSaveBNDREG, bnd_regs); in do_xsave_bndregs()
2892 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.h1580 typedef struct XSaveBNDREG { struct
1582 } XSaveBNDREG; argument
1640 QEMU_BUILD_BUG_ON(sizeof(XSaveBNDREG) != 0x40);
H A Dcpu.c1851 .size = sizeof(XSaveBNDREG) },