Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_v3.c23 #define DIST_BIT (1U << 31) macro
56 if (cpu_or_dist & DIST_BIT) in gicv3_wait_for_rwp()
119 void *base = cpu_or_dist & DIST_BIT ? gicv3_data.dist_base in gicv3_reg_readl()
126 void *base = cpu_or_dist & DIST_BIT ? gicv3_data.dist_base in gicv3_reg_writel()
178 cpu_or_dist = (intid_range == SPI_RANGE) ? DIST_BIT : cpu; in gicv3_access_reg()
224 gicv3_wait_for_rwp(is_spi ? DIST_BIT : cpu); in gicv3_irq_enable()
233 gicv3_wait_for_rwp(is_spi ? DIST_BIT : cpu); in gicv3_irq_disable()