Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/
H A Dtcg-cpu.h55 XSaveBNDCSR bndcsr_state;
H A Dfpu_helper.c2617 access_stq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.cfgu), in do_xsave_bndcsr()
2619 access_stq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.sts), in do_xsave_bndcsr()
2867 = access_ldq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.cfgu)); in do_xrstor_bndcsr()
2869 = access_ldq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.sts)); in do_xrstor_bndcsr()
/qemu/target/i386/
H A Dxsave_helper.c69 XSaveBNDCSR *bndcsr; in x86_cpu_xsave_all_areas()
202 const XSaveBNDCSR *bndcsr; in x86_cpu_xrstor_all_areas()
H A Dcpu.h1474 typedef union XSaveBNDCSR { union
1477 } XSaveBNDCSR; typedef
1530 QEMU_BUILD_BUG_ON(sizeof(XSaveBNDCSR) != 0x40);
H A Dcpu.c1749 .size = sizeof(XSaveBNDCSR) },