Searched refs:XSaveBNDCSR (Results 1 – 5 of 5) sorted by relevance
| /openbmc/qemu/target/i386/tcg/ |
| H A D | tcg-cpu.h | 57 XSaveBNDCSR bndcsr_state;
|
| H A D | fpu_helper.c | 2683 access_stq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.cfgu), in do_xsave_bndcsr() 2685 access_stq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.sts), in do_xsave_bndcsr() 2933 = access_ldq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.cfgu)); in do_xrstor_bndcsr() 2935 = 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 | 1695 typedef union XSaveBNDCSR { union 1698 } XSaveBNDCSR; typedef 1751 QEMU_BUILD_BUG_ON(sizeof(XSaveBNDCSR) != 0x40);
|
| H A D | cpu.c | 2023 .size = sizeof(XSaveBNDCSR) },
|