Peter Maydell b74d7c0e50 hw/intc/arm_gicv3: Add new gicv3_intid_is_special() function
The GICv3/v4 pseudocode has a function IsSpecial() which returns true
if passed a "special" interrupt ID number (anything between 1020 and
1023 inclusive).  We open-code this condition in a couple of places,
so abstract it out into a new function gicv3_intid_is_special().

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
2021-11-26 16:58:57 +00:00
..
2021-11-09 10:11:27 +01:00
2021-01-08 15:13:38 +00:00
2021-11-09 10:11:27 +01:00
2021-10-22 23:35:47 +10:00
2021-06-05 21:10:42 +02:00
2020-09-09 09:27:09 -04:00
2021-10-21 11:42:47 +11:00