Home
last modified time | relevance | path

Searched refs:thisgrp (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/intc/
H A Darm_gicv3_cpuif.c719 int thisgrp = (lr & ICH_LR_EL2_GROUP) ? GICV3_G1NS : GICV3_G0; in icv_hppir_read() local
721 if (grp == thisgrp) { in icv_hppir_read()
774 int thisgrp = (lr & ICH_LR_EL2_GROUP) ? GICV3_G1NS : GICV3_G0; in icv_iar_read() local
776 if (thisgrp == grp && icv_hppi_can_preempt(cs, lr)) { in icv_iar_read()
1446 int thisgrp = (lr & ICH_LR_EL2_GROUP) ? GICV3_G1NS : GICV3_G0; in icv_eoir_write() local
1449 if (thisgrp == grp && lr_gprio == dropprio) { in icv_eoir_write()