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

/gem5/src/dev/arm/
H A Dgic_v3.hh73 static const int INTID_SECURE = 1020; member in class:Gicv3
H A Dgic_v3_cpu_interface.cc401 if (int_id < Gicv3::INTID_SECURE ||
425 if (int_id < Gicv3::INTID_SECURE ||
457 if (int_id < Gicv3::INTID_SECURE ||
481 if (int_id < Gicv3::INTID_SECURE ||
798 if (int_id >= Gicv3::INTID_SECURE &&
823 if (int_id >= Gicv3::INTID_SECURE &&
868 if (int_id >= Gicv3::INTID_SECURE &&
902 if (int_id >= Gicv3::INTID_SECURE &&
950 if (int_id >= Gicv3::INTID_SECURE) {
1024 if (int_id >= Gicv3::INTID_SECURE
[all...]
H A Dgic_v3.cc177 panic_if(int_id >= Gicv3::INTID_SECURE, "Invalid SPI!");
H A Dgic_v3_distributor.cc92 panic_if(it_lines > Gicv3::INTID_SECURE, "Invalid value for it_lines!");

Completed in 14 milliseconds