Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/tcg/
H A Dmpx_helper.c41 bndcsr = env->bndcs_regs.cfgu; in lookup_bte64()
61 bndcsr = env->bndcs_regs.cfgu; in lookup_bte32()
H A Dfpu_helper.c2657 access_stq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.cfgu), in do_xsave_bndcsr()
2658 env->bndcs_regs.cfgu); in do_xsave_bndcsr()
2906 env->bndcs_regs.cfgu in do_xrstor_bndcsr()
2907 = access_ldq(ac, ptr + offsetof(XSaveBNDCSR, bndcsr.cfgu)); in do_xrstor_bndcsr()
/openbmc/qemu/target/i386/
H A Dmachine.c697 if (env->bndcs_regs.cfgu || env->bndcs_regs.sts) { in mpx_needed()
711 VMSTATE_UINT64(env.bndcs_regs.cfgu, X86CPU),
H A Dhelper.c53 bndcsr = env->bndcs_regs.cfgu; in cpu_sync_bndcs_hflags()
H A Dcpu.h1457 uint64_t cfgu; member