Searched refs:bndcfgu (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/tools/intel-features/intel-mpx/ |
D | cli-wrapper-mpxtable.cpp | 76 static bool GetBTEntryAddr(uint64_t bndcfgu, uint64_t ptr, in GetBTEntryAddr() argument 112 lldb::addr_t mpx_bd_base = bndcfgu & mpx_base_mask; in GetBTEntryAddr() 152 static bool GetBTEntry(uint64_t bndcfgu, uint64_t ptr, lldb::SBTarget &target, in GetBTEntry() argument 158 if (!GetBTEntryAddr(bndcfgu, ptr, target, arch, size, bt_entry_addr, result, in GetBTEntry() 215 static bool SetBTEntry(uint64_t bndcfgu, uint64_t ptr, lldb::addr_t lbound, in SetBTEntry() argument 223 if (!GetBTEntryAddr(bndcfgu, ptr, target, arch, size, bt_entry_addr, result, in SetBTEntry() 251 llvm::Triple::ArchType &arch, uint64_t &bndcfgu, in GetInitInfo() argument 291 bndcfgu = bndcfgu_data.GetUnsignedInt64(error, 0); in GetInitInfo() 332 uint64_t bndcfgu; in DoExecute() local 335 if (!GetInitInfo(debugger, target, arch, bndcfgu, arg, ptr, result, in DoExecute() [all …]
|
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterInfos_i386.h | 276 DEFINE_BNDC(bndcfgu, 0),
|
D | RegisterInfos_x86_64.h | 308 DEFINE_BNDC(bndcfgu, 0),
|