Searched refs:GICD_IPRIORITYR (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_dist.c | 313 case GICD_IPRIORITYR ... GICD_IPRIORITYR + 0x3ff: in gicd_readb() 314 *data = gicd_read_ipriorityr(s, attrs, offset - GICD_IPRIORITYR); in gicd_readb() 333 case GICD_IPRIORITYR ... GICD_IPRIORITYR + 0x3ff: in gicd_writeb() 335 int irq = offset - GICD_IPRIORITYR; in gicd_writeb() 487 case GICD_IPRIORITYR ... GICD_IPRIORITYR + 0x3ff: in gicd_readl() 489 int i, irq = offset - GICD_IPRIORITYR; in gicd_readl() 695 case GICD_IPRIORITYR ... GICD_IPRIORITYR + 0x3ff: in gicd_writel() 697 int i, irq = offset - GICD_IPRIORITYR; in gicd_writel()
|
H A D | arm_gicv3_kvm.c | 453 kvm_dist_put_priority(s, GICD_IPRIORITYR, s->gicd_ipriority); in kvm_arm_gicv3_put() 598 kvm_dist_get_priority(s, GICD_IPRIORITYR, s->gicd_ipriority); in kvm_arm_gicv3_get()
|
H A D | gicv3_internal.h | 47 #define GICD_IPRIORITYR 0x0400 macro
|
/openbmc/linux/tools/testing/selftests/kvm/include/aarch64/ |
H A D | gic_v3.h | 23 #define GICD_IPRIORITYR 0x0400 macro 61 #define GICR_IPRIORITYR0 GICD_IPRIORITYR
|
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/ |
H A D | gic_v3.c | 204 gicv3_write_reg(intid, GICD_IPRIORITYR, 32, 8, prio); in gicv3_set_priority() 350 dist_base + GICD_IPRIORITYR + i); in gicv3_dist_init()
|
/openbmc/linux/include/linux/irqchip/ |
H A D | arm-gic-v3.h | 29 #define GICD_IPRIORITYR 0x0400 macro 237 #define GICR_IPRIORITYR0 GICD_IPRIORITYR
|
/openbmc/linux/drivers/irqchip/ |
H A D | irq-gic-v3.c | 355 case GICD_IPRIORITYR: in convert_offset_index() 512 offset = convert_offset_index(d, GICD_IPRIORITYR, &index); in gic_irq_set_prio()
|
/openbmc/linux/arch/arm64/kvm/vgic/ |
H A D | vgic-mmio-v3.c | 659 REGISTER_DESC_WITH_BITS_PER_IRQ_SHARED(GICD_IPRIORITYR,
|