Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Darm_gic_common.h49 #define GIC_VIRT_NR_APRS (GIC_VIRT_MAX_NR_GROUP_PRIO / 32) macro
/openbmc/qemu/hw/intc/
H A Darm_gic.c1663 int nr_aprs = gic_is_vcpu(cpu) ? GIC_VIRT_NR_APRS : GIC_NR_APRS; in gic_cpu_read()
1750 int nr_aprs = gic_is_vcpu(cpu) ? GIC_VIRT_NR_APRS : GIC_NR_APRS; in gic_cpu_write()