Searched refs:XSaveBNDCSR (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | tcg-cpu.h | 55 XSaveBNDCSR bndcsr_state;
|
H A D | fpu_helper.c | 2657 access_stq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.cfgu), in do_xsave_bndcsr() 2659 access_stq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.sts), in do_xsave_bndcsr() 2907 = access_ldq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.cfgu)); in do_xrstor_bndcsr() 2909 = access_ldq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.sts)); in do_xrstor_bndcsr()
|
/openbmc/qemu/target/i386/ |
H A D | xsave_helper.c | 69 XSaveBNDCSR *bndcsr; in x86_cpu_xsave_all_areas() 202 const XSaveBNDCSR *bndcsr; in x86_cpu_xrstor_all_areas()
|
H A D | cpu.h | 1585 typedef union XSaveBNDCSR { union 1588 } XSaveBNDCSR; typedef 1641 QEMU_BUILD_BUG_ON(sizeof(XSaveBNDCSR) != 0x40);
|
H A D | cpu.c | 1854 .size = sizeof(XSaveBNDCSR) },
|