Searched refs:GIC_NR_APRS (Results 1 – 3 of 3) sorted by relevance
38 #define GIC_NR_APRS (MAX_NR_GROUP_PRIO / 32) macro119 uint32_t apr[GIC_NR_APRS][GIC_NCPU];120 uint32_t nsapr[GIC_NR_APRS][GIC_NCPU];
121 VMSTATE_UINT32_2DARRAY(apr, GICState, GIC_NR_APRS, GIC_NCPU),122 VMSTATE_UINT32_2DARRAY(nsapr, GICState, GIC_NR_APRS, GIC_NCPU),
519 for (i = 0; i < GIC_NR_APRS; i++) { in gic_get_prio_from_apr_bits()557 for (i = 0; i < GIC_NR_APRS; i++) { in gic_drop_prio()1668 int nr_aprs = gic_is_vcpu(cpu) ? GIC_VIRT_NR_APRS : GIC_NR_APRS; in gic_cpu_read()1686 if (regno >= GIC_NR_APRS || s->revision != 2 || !gic_has_groups(s) || in gic_cpu_read()1755 int nr_aprs = gic_is_vcpu(cpu) ? GIC_VIRT_NR_APRS : GIC_NR_APRS; in gic_cpu_write()1775 if (regno >= GIC_NR_APRS || s->revision != 2) { in gic_cpu_write()