Home
last modified time | relevance | path

Searched refs:bndreg (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/
H A Dxsave_helper.c68 XSaveBNDREG *bndreg; in x86_cpu_xsave_all_areas() local
75 bndreg = buf + e->offset; in x86_cpu_xsave_all_areas()
78 memcpy(&bndreg->bnd_regs, env->bnd_regs, in x86_cpu_xsave_all_areas()
201 const XSaveBNDREG *bndreg; in x86_cpu_xrstor_all_areas() local
208 bndreg = buf + e->offset; in x86_cpu_xrstor_all_areas()
211 memcpy(env->bnd_regs, &bndreg->bnd_regs, in x86_cpu_xrstor_all_areas()
/openbmc/linux/arch/x86/include/asm/fpu/
H A Dtypes.h198 struct mpx_bndreg bndreg[4]; member