Searched refs:bndcfgu (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/lldb/tools/intel-features/intel-mpx/ |
H A 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 215 static bool SetBTEntry(uint64_t bndcfgu, uint64_t ptr, lldb::addr_t lbound, in SetBTEntry() argument 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() 339 return GetBTEntry(bndcfgu, ptr, target, arch, result, error); in DoExecute() 376 uint64_t bndcfgu; in DoExecute() local [all …]
|
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_i386.h | 276 DEFINE_BNDC(bndcfgu, 0),
|
H A D | RegisterInfos_x86_64.h | 308 DEFINE_BNDC(bndcfgu, 0),
|