Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_x86.h311 struct MPXCsr { struct
318 MPXCsr mpxc[2]; argument
357 MPXCsr mpxc[2]; // MPX BNDCSR state, containing 64-bit BNDCFGU and
H A DRegisterInfos_i386.h58 #define BNDC_SIZE sizeof(MPXCsr)
H A DRegisterInfos_x86_64.h57 #define BNDC_SIZE sizeof(MPXCsr)
/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeRegisterContextLinux_x86_64.cpp1011 sizeof(MPXCsr)); in CopyXSTATEtoMPX()
1025 m_mpx_set.mpxc[reg - m_reg_info.first_mpxc].bytes, sizeof(MPXCsr)); in CopyMPXtoXSTATE()