system.hh (11911:fecd8de0ec8e) system.hh (12100:5f19ea125548)
1/*
2 * Copyright (c) 2012, 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 248 unchanged lines hidden (view full) ---

257 /**
258 * Get a pointer to the Kernel Virtual Machine (KVM) SimObject,
259 * if present.
260 */
261 KvmVM* getKvmVM() {
262 return kvmVM;
263 }
264
1/*
2 * Copyright (c) 2012, 2014 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 248 unchanged lines hidden (view full) ---

257 /**
258 * Get a pointer to the Kernel Virtual Machine (KVM) SimObject,
259 * if present.
260 */
261 KvmVM* getKvmVM() {
262 return kvmVM;
263 }
264
265 /** Verify gem5 configuration will support KVM emulation */
266 bool validKvmEnvironment() const;
267
265 /** Get a pointer to access the physical memory of the system */
266 PhysicalMemory& getPhysMem() { return physmem; }
267
268 /** Amount of physical memory that is still free */
269 Addr freeMemSize() const;
270
271 /** Amount of physical memory that exists */
272 Addr memSize() const;

--- 318 unchanged lines hidden ---
268 /** Get a pointer to access the physical memory of the system */
269 PhysicalMemory& getPhysMem() { return physmem; }
270
271 /** Amount of physical memory that is still free */
272 Addr freeMemSize() const;
273
274 /** Amount of physical memory that exists */
275 Addr memSize() const;

--- 318 unchanged lines hidden ---