Searched refs:m_high_memory_addr_bits (Results 1 – 2 of 2) sorted by relevance
17 m_low_memory_addr_bits = m_high_memory_addr_bits = addressing_bits; in SetAddressableBits()23 m_high_memory_addr_bits = highmem_addressing_bits; in SetAddressableBits()33 m_high_memory_addr_bits = highmem_addressing_bits; in SetHighmemAddressableBits()37 if (m_low_memory_addr_bits == 0 && m_high_memory_addr_bits == 0) in SetProcessMasks()46 if (m_high_memory_addr_bits != 0) { in SetProcessMasks()47 addr_t hi_addr_mask = ~((1ULL << m_high_memory_addr_bits) - 1); in SetProcessMasks()
22 AddressableBits() : m_low_memory_addr_bits(0), m_high_memory_addr_bits(0) {} in AddressableBits()40 uint32_t m_high_memory_addr_bits; variable