gem5 v24.0.0.0
|
#include <smmu_v3_proc.hh>
Public Member Functions | |
SMMUSemaphore (unsigned _max) | |
Public Attributes | |
unsigned | count |
unsigned | max |
std::queue< SMMUProcess * > | queue |
Definition at line 81 of file smmu_v3_proc.hh.
|
inlineexplicit |
Definition at line 83 of file smmu_v3_proc.hh.
unsigned gem5::SMMUSemaphore::count |
Definition at line 87 of file smmu_v3_proc.hh.
Referenced by gem5::SMMUProcess::doSemaphoreDown(), and gem5::SMMUProcess::doSemaphoreUp().
unsigned gem5::SMMUSemaphore::max |
Definition at line 88 of file smmu_v3_proc.hh.
std::queue<SMMUProcess *> gem5::SMMUSemaphore::queue |
Definition at line 89 of file smmu_v3_proc.hh.
Referenced by gem5::SMMUProcess::doSemaphoreDown(), and gem5::SMMUProcess::doSemaphoreUp().