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

/gem5/src/dev/arm/
H A Dgic_v3_redistributor.cc63 irqPending(Gicv3::SGI_MAX + Gicv3::PPI_MAX, false),
259 value |= (irqPending[int_id] << int_id);
511 irqPending[int_id] = true;
530 irqPending[int_id] = false;
709 irqPending[int_id] = true;
746 irqPending[int_id] = true;
757 if (irqPending[int_id]) {
787 if (irqPending[int_id] && irqEnabled[int_id] &&
970 irqPending[int_id] = false;
1029 SERIALIZE_CONTAINER(irqPending);
[all...]
H A Dgic_v3_distributor.cc78 irqPending(it_lines, false),
222 val |= (irqPending[int_id] << i);
246 val |= (irqPending[int_id] << i);
612 irqPending[int_id] = true;
640 irqPending[int_id] = false;
926 if (isNotSPI(intid) || irqPending[intid] ||
945 if (isNotSPI(intid) || !irqPending[intid] ||
963 if (DS || isNotSPI(intid) || irqPending[intid] || !is_secure_access) {
979 if (DS || isNotSPI(intid) || !irqPending[intid] || !is_secure_access) {
999 irqPending[int_i
[all...]
H A Dgic_v3_redistributor.hh157 std::vector <bool> irqPending; member in class:Gicv3Redistributor
H A Dgic_v3_distributor.hh155 std::vector <bool> irqPending; member in class:Gicv3Distributor

Completed in 12 milliseconds