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

/gem5/src/dev/arm/
H A Dgic_v3_distributor.cc83 irqNsacr(it_lines, 0),
216 if (irqNsacr[int_id] == 0) {
240 if (irqNsacr[int_id] < 2) {
266 if (irqNsacr[int_id] < 2) {
290 if (irqNsacr[int_id] < 2) {
400 val |= irqNsacr[int_id] << i;
424 if (irqNsacr[int_id] < 3) {
601 if (irqNsacr[int_id] == 0) {
631 if (irqNsacr[int_id] < 2) {
795 irqNsacr[int_i
[all...]
H A Dgic_v3_redistributor.cc68 irqNsacr(Gicv3::SGI_MAX + Gicv3::PPI_MAX, 0),
337 value |= irqNsacr[int_id] << i;
631 irqNsacr[int_id] = (data >> i) & 0x3;
725 int nsaccess = irqNsacr[int_id];
1034 SERIALIZE_CONTAINER(irqNsacr);
1055 UNSERIALIZE_CONTAINER(irqNsacr);
H A Dgic_v3_redistributor.hh162 std::vector <uint8_t> irqNsacr; member in class:Gicv3Redistributor
H A Dgic_v3_distributor.hh160 std::vector <uint8_t> irqNsacr; member in class:Gicv3Distributor

Completed in 17 milliseconds