|
gem5
v19.0.0.0
|
#include "mem/abstract_mem.hh"#include <vector>#include "arch/locked_mem.hh"#include "cpu/base.hh"#include "cpu/thread_context.hh"#include "debug/LLSC.hh"#include "debug/MemoryAccess.hh"#include "mem/packet_access.hh"#include "sim/system.hh"Go to the source code of this file.
Macros | |
| #define | TRACE_PACKET(A) |
| #define TRACE_PACKET | ( | A | ) |
Definition at line 344 of file abstract_mem.cc.
Referenced by AbstractMemory::access(), and AbstractMemory::functionalAccess().