Lines Matching defs:range
62 BackingStoreEntry(AddrRange range, uint8_t* pmem,
64 : range(range), pmem(pmem), confTableReported(conf_table_reported),
69 * The address range covered in the guest.
71 AddrRange range;
74 * Pointer to the host memory this range maps to. This memory is the same
75 * size as the range field.
144 * given address range that corresponds to a set of memories in
147 * @param range The address range covered
148 * @param memories The memories this range maps to
151 void createBackingStore(AddrRange range,
177 * Check if a physical address is within a range of a memory that
189 * single range.
250 * @param range The address range of this backing store
254 AddrRange range, uint8_t* pmem) const;