gem5
v20.1.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 77 of file smmu_v3_proc.hh.
|
inlineexplicit |
Definition at line 79 of file smmu_v3_proc.hh.
unsigned SMMUSemaphore::count |
Definition at line 83 of file smmu_v3_proc.hh.
Referenced by SMMUProcess::doSemaphoreDown(), and SMMUProcess::doSemaphoreUp().
unsigned SMMUSemaphore::max |
Definition at line 84 of file smmu_v3_proc.hh.
std::queue<SMMUProcess *> SMMUSemaphore::queue |
Definition at line 85 of file smmu_v3_proc.hh.
Referenced by SMMUProcess::doSemaphoreDown(), and SMMUProcess::doSemaphoreUp().