gem5
|
#include "mem/abstract_mem.hh"
#include <vector>
#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 322 of file abstract_mem.cc.
Referenced by AbstractMemory::access(), and AbstractMemory::functionalAccess().