Searched refs:mpxc (Results 1 – 4 of 4) sorted by relevance
318 MPXCsr mpxc[2]; member357 MPXCsr mpxc[2]; // MPX BNDCSR state, containing 64-bit BNDCFGU and member
40 LLVM_EXTENSION offsetof(XSAVE, mpxc[reg_index]))
39 LLVM_EXTENSION offsetof(XSAVE, mpxc[reg_index]) + GDB_REMOTE_OFFSET)
500 reg_value.SetBytes(m_mpx_set.mpxc[reg - m_reg_info.first_mpxc].bytes, in ReadRegister()628 ::memcpy(m_mpx_set.mpxc[reg_index - m_reg_info.first_mpxc].bytes, in WriteRegister()1011 ::memcpy(m_mpx_set.mpxc[reg - m_reg_info.first_mpxc].bytes, in CopyXSTATEtoMPX()1012 m_xstate->xsave.mpxc[reg - m_reg_info.first_mpxc].bytes, in CopyXSTATEtoMPX()1026 ::memcpy(m_xstate->xsave.mpxc[reg - m_reg_info.first_mpxc].bytes, in CopyMPXtoXSTATE()1027 m_mpx_set.mpxc[reg - m_reg_info.first_mpxc].bytes, sizeof(MPXCsr)); in CopyMPXtoXSTATE()