Home
last modified time | relevance | path

Searched refs:xstate_bv (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/arch/amd64/include/
H A Dfpu.h33 uint64_t xstate_bv; member
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp569 XSAVE_HDR::XFeature &xstate_bv = m_xstate->xsave.header.xstate_bv; in UpdateXSTATEforWrite() local
573 xstate_bv |= XSAVE_HDR::XFeature::FP | XSAVE_HDR::XFeature::SSE; in UpdateXSTATEforWrite()
576 xstate_bv |= XSAVE_HDR::XFeature::YMM | XSAVE_HDR::XFeature::SSE; in UpdateXSTATEforWrite()
579 xstate_bv |= XSAVE_HDR::XFeature::BNDREGS | XSAVE_HDR::XFeature::BNDCSR; in UpdateXSTATEforWrite()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h337 XFeature xstate_bv; // OS enabled xstate mask to determine the extended states member
/openbsd/sys/arch/amd64/amd64/
H A Dmachdep.c614 if (len > offsetof(struct savefpu, fp_xstate.xstate_bv)) { in copyoutfpu()
615 sp += offsetof(struct savefpu, fp_xstate.xstate_bv); in copyoutfpu()
616 len -= offsetof(struct savefpu, fp_xstate.xstate_bv); in copyoutfpu()
617 bvs[0] = sfp->fp_xstate.xstate_bv & XFEATURE_XCR0_MASK; in copyoutfpu()