Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h307 struct MPXReg { struct
317 MPXReg mpxr[4]; argument
356 MPXReg mpxr[4]; // MPX BNDREG state, containing 128-bit bound registers
H A DRegisterInfos_i386.h57 #define BNDR_SIZE sizeof(MPXReg)
H A DRegisterInfos_x86_64.h56 #define BNDR_SIZE sizeof(MPXReg)
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp1007 sizeof(MPXReg)); in CopyXSTATEtoMPX()
1022 m_mpx_set.mpxr[reg - m_reg_info.first_mpxr].bytes, sizeof(MPXReg)); in CopyMPXtoXSTATE()