Searched refs:maintIntPosted (Results 1 - 2 of 2) sorted by relevance

/gem5/src/dev/arm/
H A Dvgic.cc58 maintIntPosted[x] = false;
434 if (!maintIntPosted[i]) {
436 maintIntPosted[i] = true;
442 maintIntPosted[i] = false;
471 SERIALIZE_ARRAY(maintIntPosted, VGIC_CPU_MAX);
528 UNSERIALIZE_ARRAY(maintIntPosted, VGIC_CPU_MAX);
H A Dvgic.hh112 bool maintIntPosted[VGIC_CPU_MAX]; member in class:VGic

Completed in 14 milliseconds