Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Darm_gic_common.h41 #define GIC_MIN_ABPR (GIC_MIN_BPR + 1) macro
/openbmc/qemu/hw/intc/
H A Darm_gic_common.c253 s->abpr[i] = gic_is_vcpu(i) ? GIC_VIRT_MIN_ABPR : GIC_MIN_ABPR; in arm_gic_common_reset_irq_state()
H A Darm_gic.c1729 s->abpr[cpu] = MAX(value & 0x7, GIC_MIN_ABPR); in gic_cpu_write()
1744 s->abpr[cpu] = MAX(value & 0x7, GIC_MIN_ABPR); in gic_cpu_write()