Searched refs:GroupId (Results 1 - 7 of 7) sorted by relevance

/gem5/src/dev/arm/
H A Dgic_v3_cpu_interface.hh159 Gicv3::GroupId group;
300 void activateIRQ(uint32_t intid, Gicv3::GroupId group);
301 void generateSGI(RegVal val, Gicv3::GroupId group);
303 void deactivateIRQ(uint32_t intid, Gicv3::GroupId group);
304 void dropPriority(Gicv3::GroupId group);
311 bool groupEnabled(Gicv3::GroupId group) const;
312 uint32_t groupPriorityMask(Gicv3::GroupId group);
319 ArmISA::InterruptTypes intSignalType(Gicv3::GroupId group) const;
334 uint32_t virtualGroupPriorityMask(Gicv3::GroupId group) const;
339 RegVal bpr1(Gicv3::GroupId grou
[all...]
H A Dgic_v3_redistributor.hh199 bool canBeSelectedFor1toNInterrupt(Gicv3::GroupId group) const;
214 Gicv3::GroupId getIntGroup(int int_id) const;
220 void sendSGI(uint32_t int_id, Gicv3::GroupId group, bool ns);
H A Dgic_v3_distributor.hh180 Gicv3::GroupId getIntGroup(int int_id) const;
183 groupEnabled(Gicv3::GroupId group) const
H A Dgic_v3_cpu_interface.cc271 Gicv3::GroupId group =
301 Gicv3::GroupId group =
803 Gicv3::GroupId group = Gicv3::G0S;
842 Gicv3::GroupId lr_group =
873 Gicv3::GroupId group = inSecureState() ? Gicv3::G1S : Gicv3::G1NS;
921 Gicv3::GroupId lr_group =
959 Gicv3::GroupId group =
1096 Gicv3::GroupId group =
1391 Gicv3::GroupId group = inSecureState() ? Gicv3::G1S : Gicv3::G1NS;
1400 Gicv3::GroupId grou
[all...]
H A Dgic_v3.hh95 } GroupId; typedef in class:Gicv3
H A Dgic_v3_redistributor.cc716 Gicv3Redistributor::sendSGI(uint32_t int_id, Gicv3::GroupId group, bool ns)
719 Gicv3::GroupId int_group = getIntGroup(int_id);
784 Gicv3::GroupId int_group = getIntGroup(int_id);
836 Gicv3::GroupId lpi_group = Gicv3::G1NS;
941 Gicv3::GroupId
998 Gicv3Redistributor::canBeSelectedFor1toNInterrupt(Gicv3::GroupId group) const
H A Dgic_v3_distributor.cc1022 const Gicv3::GroupId int_group = getIntGroup(int_id);
1067 Gicv3::GroupId int_group = getIntGroup(int_id);
1115 Gicv3::GroupId

Completed in 21 milliseconds