Searched refs:m_hw (Results 1 – 4 of 4) sorted by relevance
33 m_hw(hw) {} in AddressSpaceHostMemoryAllocatorContext()66 const uint64_t aligned_size = align(size, (*m_hw->getGuestPageSize)()); in allocate_impl()
298 m_hw(hw) {} in AddressSpaceSharedSlotsHostMemoryAllocatorContext()331 const uint32_t alignedSize = align(info->size, (*m_hw->getGuestPageSize)()); in allocate()342 MemBlock newBlock(m_ops, m_hw, std::max(alignedSize, defaultSize)); in allocate()
55 const AddressSpaceHwFuncs* m_hw; variable
107 const AddressSpaceHwFuncs* m_hw; variable