gem5
v20.1.0.0
|
#include <list>
#include <queue>
#include <string>
#include "base/coroutine.hh"
#include "base/types.hh"
#include "mem/packet.hh"
Go to the source code of this file.
Classes | |
struct | SMMUAction |
struct | SMMUSemaphore |
struct | SMMUSignal |
class | SMMUProcess |
Enumerations | |
enum | SMMUActionType { ACTION_INITIAL_NOP, ACTION_SEND_REQ, ACTION_SEND_REQ_FINAL, ACTION_SEND_RESP, ACTION_SEND_RESP_ATS, ACTION_DELAY, ACTION_SLEEP, ACTION_TERMINATE } |
enum SMMUActionType |
Enumerator | |
---|---|
ACTION_INITIAL_NOP | |
ACTION_SEND_REQ | |
ACTION_SEND_REQ_FINAL | |
ACTION_SEND_RESP | |
ACTION_SEND_RESP_ATS | |
ACTION_DELAY | |
ACTION_SLEEP | |
ACTION_TERMINATE |
Definition at line 55 of file smmu_v3_proc.hh.