Lines Matching refs:bndcfgu
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()
339 return GetBTEntry(bndcfgu, ptr, target, arch, result, error); in DoExecute()
376 uint64_t bndcfgu; in DoExecute() local
379 if (!GetInitInfo(debugger, target, arch, bndcfgu, arg[0], ptr, result, in DoExecute()
399 return SetBTEntry(bndcfgu, ptr, lbound, ubound, target, arch, result, in DoExecute()