Home
last modified time | relevance | path

Searched refs:bndcs_regs (Results 1 – 7 of 7) sorted by relevance

/qemu/target/i386/tcg/
H A Dmpx_helper.c31 env->bndcs_regs.sts = 1; in helper_bndck()
41 bndcsr = env->bndcs_regs.cfgu; in lookup_bte64()
49 env->bndcs_regs.sts = bde | 2; in lookup_bte64()
61 bndcsr = env->bndcs_regs.cfgu; in lookup_bte32()
69 env->bndcs_regs.sts = bde | 2; in lookup_bte32()
H A Dmem_helper.c39 env->bndcs_regs.sts = 0; in helper_boundw()
53 env->bndcs_regs.sts = 0; in helper_boundl()
H A Dfpu_helper.c2618 env->bndcs_regs.cfgu); in do_xsave_bndcsr()
2620 env->bndcs_regs.sts); in do_xsave_bndcsr()
2866 env->bndcs_regs.cfgu in do_xrstor_bndcsr()
2868 env->bndcs_regs.sts in do_xrstor_bndcsr()
2975 memset(&env->bndcs_regs, 0, sizeof(env->bndcs_regs)); in do_xrstor()
/qemu/target/i386/
H A Dxsave_helper.c80 bndcsr->bndcsr = env->bndcs_regs; in x86_cpu_xsave_all_areas()
213 env->bndcs_regs = bndcsr->bndcsr; in x86_cpu_xrstor_all_areas()
H A Dmachine.c697 if (env->bndcs_regs.cfgu || env->bndcs_regs.sts) { in mpx_needed()
711 VMSTATE_UINT64(env.bndcs_regs.cfgu, X86CPU),
712 VMSTATE_UINT64(env.bndcs_regs.sts, X86CPU),
H A Dhelper.c53 bndcsr = env->bndcs_regs.cfgu; in cpu_sync_bndcs_hflags()
H A Dcpu.h1695 BNDCSReg bndcs_regs;
1694 BNDCSReg bndcs_regs; global() member