Searched refs:GICR_IPRIORITYR (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | arm_gicv3_redist.c | 326 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 D | arm_gicv3_kvm.c | 404 kvm_gicr_access(s, GICR_IPRIORITYR + i, ncpu, ®, true); in kvm_arm_gicv3_put() 553 kvm_gicr_access(s, GICR_IPRIORITYR + i, ncpu, ®, false); in kvm_arm_gicv3_get()
|
H A D | gicv3_internal.h | 110 #define GICR_IPRIORITYR (GICR_SGI_OFFSET + 0x0400) macro
|