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

/gem5/src/dev/arm/
H A Dvgic.cc59 vIntPosted[x] = false;
423 if (!vIntPosted[i]) {
425 vIntPosted[i] = true;
429 vIntPosted[i] = false;
472 SERIALIZE_ARRAY(vIntPosted, VGIC_CPU_MAX);
529 UNSERIALIZE_ARRAY(vIntPosted, VGIC_CPU_MAX);
H A Dvgic.hh113 bool vIntPosted[VGIC_CPU_MAX]; member in class:VGic

Completed in 6 milliseconds