Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Darm_gicv3_redist.c326 case GICR_IPRIORITYR ... GICR_IPRIORITYR + 0x1f: in gicr_readb()
327 *data = gicr_read_ipriorityr(cs, attrs, offset - GICR_IPRIORITYR); in gicr_readb()
338 case GICR_IPRIORITYR ... GICR_IPRIORITYR + 0x1f: in gicr_writeb()
339 gicr_write_ipriorityr(cs, attrs, offset - GICR_IPRIORITYR, value); in gicr_writeb()
409 case GICR_IPRIORITYR ... GICR_IPRIORITYR + 0x1f: in gicr_readl()
411 int i, irq = offset - GICR_IPRIORITYR; in gicr_readl()
564 case GICR_IPRIORITYR ... GICR_IPRIORITYR + 0x1f: in gicr_writel()
566 int i, irq = offset - GICR_IPRIORITYR; in gicr_writel()
H A Darm_gicv3_kvm.c404 kvm_gicr_access(s, GICR_IPRIORITYR + i, ncpu, &reg, true); in kvm_arm_gicv3_put()
553 kvm_gicr_access(s, GICR_IPRIORITYR + i, ncpu, &reg, false); in kvm_arm_gicv3_get()
H A Dgicv3_internal.h110 #define GICR_IPRIORITYR (GICR_SGI_OFFSET + 0x0400) macro