Searched refs:SMMUSemaphore (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3.hh115 SMMUSemaphore tlbSem;
116 SMMUSemaphore ifcSmmuSem;
117 SMMUSemaphore smmuIfcSem;
118 SMMUSemaphore configSem;
119 SMMUSemaphore ipaSem;
120 SMMUSemaphore walkSem;
121 SMMUSemaphore masterPortSem;
123 SMMUSemaphore transSem; // max N transactions in SMMU
124 SMMUSemaphore ptwSem; // max N concurrent PTWs
125 SMMUSemaphore cycleSe
[all...]
H A Dsmmu_v3_proc.hh79 struct SMMUSemaphore struct
81 explicit SMMUSemaphore(unsigned _max) : function in struct:SMMUSemaphore
119 void doSemaphoreDown(Yield &yield, SMMUSemaphore &sem);
120 void doSemaphoreUp(SMMUSemaphore &sem);
H A Dsmmu_v3_slaveifc.hh70 SMMUSemaphore slavePortSem;
71 SMMUSemaphore microTLBSem;
72 SMMUSemaphore mainTLBSem;
H A Dsmmu_v3_proc.cc146 SMMUProcess::doSemaphoreDown(Yield &yield, SMMUSemaphore &sem)
158 SMMUProcess::doSemaphoreUp(SMMUSemaphore &sem)

Completed in 8 milliseconds