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

/gem5/src/dev/arm/
H A Dvgic.cc55 postVIntEvent[x] = new EventFunctionWrapper(
67 delete postVIntEvent[x];
367 if (!(postVIntEvent[cpu]->scheduled()))
368 eventq->schedule(postVIntEvent[cpu], when);
463 if (postVIntEvent[cpu]->scheduled()) {
464 interrupt_time[cpu] = postVIntEvent[cpu]->when();
524 schedule(postVIntEvent[cpu], interrupt_time[cpu]);
H A Dvgic.hh111 EventFunctionWrapper *postVIntEvent[VGIC_CPU_MAX]; member in class:VGic

Completed in 5 milliseconds