Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContext_x86.h318 MPXCsr mpxc[2]; member
357 MPXCsr mpxc[2]; // MPX BNDCSR state, containing 64-bit BNDCFGU and member
DRegisterInfos_i386.h40 LLVM_EXTENSION offsetof(XSAVE, mpxc[reg_index]))
DRegisterInfos_x86_64.h39 LLVM_EXTENSION offsetof(XSAVE, mpxc[reg_index]) + GDB_REMOTE_OFFSET)
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeRegisterContextLinux_x86_64.cpp500 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()