Home
last modified time | relevance | path

Searched refs:addressing_bits (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DAddressableBits.cpp17 void AddressableBits::SetAddressableBits(uint32_t addressing_bits) { in SetAddressableBits() argument
18 m_low_memory_addr_bits = m_high_memory_addr_bits = addressing_bits; in SetAddressableBits()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAddressableBits.h28 void SetAddressableBits(uint32_t addressing_bits);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2299 uint64_t addressing_bits; in SetThreadStopInfo() local
2300 if (!value.getAsInteger(0, addressing_bits)) { in SetThreadStopInfo()
2301 addressable_bits.SetAddressableBits(addressing_bits); in SetThreadStopInfo()
2304 uint64_t addressing_bits; in SetThreadStopInfo() local
2305 if (!value.getAsInteger(0, addressing_bits)) { in SetThreadStopInfo()
2306 addressable_bits.SetLowmemAddressableBits(addressing_bits); in SetThreadStopInfo()
2309 uint64_t addressing_bits; in SetThreadStopInfo() local
2310 if (!value.getAsInteger(0, addressing_bits)) { in SetThreadStopInfo()
2311 addressable_bits.SetHighmemAddressableBits(addressing_bits); in SetThreadStopInfo()