Lines Matching refs:G1NS

272                   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);
1076 // group == Gicv3::G1NS
1097 misc_reg == MISCREG_ICV_BPR0_EL1 ? Gicv3::G0S : Gicv3::G1NS;
1101 if ((group == Gicv3::G1NS) && ich_vmcr_el2.VCBPR) {
1391 Gicv3::GroupId group = inSecureState() ? Gicv3::G1S : Gicv3::G1NS;
1400 Gicv3::GroupId group = inSecureState() ? Gicv3::G1NS : Gicv3::G1S;
1654 bool irq_is_secure = !distributor->DS && hppi.group != Gicv3::G1NS;
1684 } else if (hppi.group == Gicv3::G1NS) {
1693 bool irq_is_secure = (distributor->DS == 0) && (hppi.group != Gicv3::G1NS);
1720 case Gicv3::G1NS:
1827 case Gicv3::G1NS:
1863 Gicv3::GroupId group = ich_lr_el.Group ? Gicv3::G1NS : Gicv3::G0S;
1926 (group == Gicv3::G1NS && icc_ctlr_el1_ns.CBPR)) {
1937 bpr = bpr1(Gicv3::G1NS) & 0x7;
1940 if (group == Gicv3::G1NS) {
1954 if ((group == Gicv3::G1NS) && ich_vmcr_el2.VCBPR) {
1966 if (group == Gicv3::G1NS) {
2006 return Gicv3::G1NS;
2176 Gicv3::GroupId group = ich_lr_el2.Group ? Gicv3::G1NS : Gicv3::G0S;
2234 case Gicv3::G1NS:
2313 case Gicv3::G1NS: {
2554 } else if (group == Gicv3::G1NS) {
2569 panic("Should be used with G1S and G1NS only\n");