Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Darm_gic_common.h40 #define GIC_MIN_BPR 0 macro
41 #define GIC_MIN_ABPR (GIC_MIN_BPR + 1)
/openbmc/qemu/hw/intc/
H A Darm_gic.c482 int min_bpr = gic_is_vcpu(cpu) ? GIC_VIRT_MIN_BPR : GIC_MIN_BPR; in gic_activate_irq()
524 return (i * 32 + ctz32(apr)) << (GIC_MIN_BPR + 1); in gic_get_prio_from_apr_bits()
1549 switch (GIC_MIN_BPR) { in gic_apr_ns_view()
1580 switch (GIC_MIN_BPR) { in gic_apr_write_ns_view()
1722 int min_bpr = gic_is_vcpu(cpu) ? GIC_VIRT_MIN_BPR : GIC_MIN_BPR; in gic_cpu_write()
H A Darm_gic_common.c252 s->bpr[i] = gic_is_vcpu(i) ? GIC_VIRT_MIN_BPR : GIC_MIN_BPR; in arm_gic_common_reset_irq_state()