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

/gem5/src/dev/arm/
H A Dgic_v3_redistributor.cc100 if (getIntGroup(int_id) != Gicv3::G1NS) {
234 if (getIntGroup(int_id) != Gicv3::G1NS) {
254 if (getIntGroup(int_id) != Gicv3::G1NS) {
272 if (getIntGroup(int_id) != Gicv3::G1NS) {
292 if (getIntGroup(int_id) != Gicv3::G1NS) {
395 if (getIntGroup(int_id) != Gicv3::G1NS) {
458 if (getIntGroup(int_id) != Gicv3::G1NS) {
479 if (getIntGroup(int_id) != Gicv3::G1NS) {
500 if (getIntGroup(int_id) != Gicv3::G1NS) {
522 if (getIntGroup(int_i
[all...]
H A Dgic_v3_distributor.hh180 Gicv3::GroupId getIntGroup(int int_id) const;
229 return !DS && !is_secure_access && getIntGroup(int_id) != Gicv3::G1NS;
H A Dgic_v3_redistributor.hh214 Gicv3::GroupId getIntGroup(int int_id) const;
H A Dgic_v2.hh259 uint32_t& getIntGroup(ContextID ctx, uint32_t ix) {
334 const uint32_t group_reg = getIntGroup(ctx, intNumToWord(int_num));
H A Dgic_v3_distributor.cc314 if (getIntGroup(int_id) != Gicv3::G1NS) {
713 if (getIntGroup(int_id) != Gicv3::G1NS) {
1022 const Gicv3::GroupId int_group = getIntGroup(int_id);
1067 Gicv3::GroupId int_group = getIntGroup(int_id);
1116 Gicv3Distributor::getIntGroup(int int_id) const function in class:Gicv3Distributor
H A Dgic_v3_cpu_interface.cc960 int_id >= 32 ? distributor->getIntGroup(int_id) :
961 redistributor->getIntGroup(int_id);
1902 distributor->getIntGroup(ich_lr_el2.pINTID) :
1903 redistributor->getIntGroup(ich_lr_el2.pINTID);
H A Dgic_v2.cc174 return getIntGroup(ctx, ix);
430 getIntGroup(ctx, ix) |= data;

Completed in 25 milliseconds