Searched refs:G1NS (Results 1 - 5 of 5) 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_id) != Gicv3::G1NS) {
[all...]
H A Dgic_v3_distributor.hh193 case Gicv3::G1NS:
206 case Gicv3::G1NS:
229 return !DS && !is_secure_access && getIntGroup(int_id) != Gicv3::G1NS;
H A Dgic_v3_cpu_interface.cc272 ich_lr_el2.Group ? Gicv3::G1NS : Gicv3::G0S;
302 ich_lr_el2.Group ? Gicv3::G1NS : Gicv3::G0S;
304 if (group == Gicv3::G1NS) {
326 value = bpr1(isSecureBelowEL3() ? Gicv3::G1S : Gicv3::G1NS);
843 ich_lr_el2.Group ? Gicv3::G1NS : Gicv3::G0S;
873 Gicv3::GroupId group = inSecureState() ? Gicv3::G1S : Gicv3::G1NS;
882 } else if (highestActiveGroup() == Gicv3::G1NS &&
922 ich_lr_el2.Group ? Gicv3::G1NS : Gicv3::G0S;
925 if (lr_group == Gicv3::G1NS && lr_group_prio == drop_prio) {
964 bool irq_is_secure = !single_sec_state && (group != Gicv3::G1NS);
[all...]
H A Dgic_v3.hh94 G1NS, enumerator in enum:Gicv3::__anon2
H A Dgic_v3_distributor.cc314 if (getIntGroup(int_id) != Gicv3::G1NS) {
713 if (getIntGroup(int_id) != Gicv3::G1NS) {
1123 return Gicv3::G1NS;
1131 return Gicv3::G1NS;
1135 return Gicv3::G1NS;

Completed in 16 milliseconds