Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DAddressableBits.cpp16 void AddressableBits::SetAddressableBits(uint32_t addressing_bits) { in SetAddressableBits() argument
17 m_low_memory_addr_bits = m_high_memory_addr_bits = addressing_bits; in SetAddressableBits()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DAddressableBits.h25 void SetAddressableBits(uint32_t addressing_bits);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp2278 uint64_t addressing_bits; in SetThreadStopInfo() local
2279 if (!value.getAsInteger(0, addressing_bits)) { in SetThreadStopInfo()
2280 addressable_bits.SetAddressableBits(addressing_bits); in SetThreadStopInfo()
2283 uint64_t addressing_bits; in SetThreadStopInfo() local
2284 if (!value.getAsInteger(0, addressing_bits)) { in SetThreadStopInfo()
2285 addressable_bits.SetLowmemAddressableBits(addressing_bits); in SetThreadStopInfo()
2288 uint64_t addressing_bits; in SetThreadStopInfo() local
2289 if (!value.getAsInteger(0, addressing_bits)) { in SetThreadStopInfo()
2290 addressable_bits.SetHighmemAddressableBits(addressing_bits); in SetThreadStopInfo()