Searched refs:GICV3_G1 (Results 1 – 5 of 5) sorted by relevance
926 if (cs->icc_apr[GICV3_G1][0] & ICC_AP1R_EL1_NMI) { in icc_highest_active_prio() 936 cs->icc_apr[GICV3_G1][i] | cs->icc_apr[GICV3_G1NS][i]; in icc_highest_active_prio() 968 if ((group == GICV3_G1 && cs->icc_ctlr_el1[GICV3_S] & ICC_CTLR_EL1_CBPR) || in icc_gprio_mask() 1060 if (cs->hppi.grp == GICV3_G1 && !arm_feature(env, ARM_FEATURE_EL3)) { in gicv3_cpuif_update() 1077 case GICV3_G1: in gicv3_cpuif_update() 1407 if (cs->icc_apr[GICV3_G1][0] & ICC_AP1R_EL1_NMI) { in icc_highest_active_group() 1408 return GICV3_G1; in icc_highest_active_group() 1417 int g1ctz = ctz32(cs->icc_apr[GICV3_G1][i]); in icc_highest_active_group() 1424 return GICV3_G1; in icc_highest_active_group() 1686 case GICV3_G1 in icc_eoir_write() [all...]
1165 if (grp == GICV3_G1 && irqgrp == GICV3_G0) { in gicv3_redist_send_sgi()1178 (irqgrp == GICV3_G1 && nsaccess < 2)) { in gicv3_redist_send_sgi()
812 return grpmodbit ? GICV3_G1 : GICV3_G0; in gicv3_irq_group()
687 c->icc_bpr[GICV3_G1] = 0; in arm_gicv3_icc_reset()
108 #define GICV3_G1 1 macro