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

/gem5/src/dev/arm/
H A Dgic_v2.cc659 cpuSgiPendingExt[dest] |= (1 << swi.sgi_id);
670 cpuSgiPendingExt[i] |= 1 << swi.sgi_id;
671 DPRINTF(IPI, "SGI[%d]=%#x\n", swi.sgi_id,
680 cpuSgiPendingExt[ctx] |= (1 << swi.sgi_id);
710 cpuSgiPending[swi.sgi_id] |= (1 << i) << (8 * ctx);
711 DPRINTF(IPI, "SGI[%d]=%#x\n", swi.sgi_id,
712 cpuSgiPending[swi.sgi_id]);
H A Dgic_v2.hh131 Bitfield<3,0> sgi_id; member in class:GicV2

Completed in 7 milliseconds