Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/intc/
H A Darm_gicv3_common.h282 return test_bit32(irq, s->BMP); \
/openbmc/qemu/include/qemu/
H A Dbitops.h380 static inline int test_bit32(long nr, const uint32_t *addr) in test_bit32() function
/openbmc/qemu/hw/intc/
H A Dloongarch_extioi.c152 if (notify && test_bit32(irq + i, s->isr)) { in extioi_update_sw_coremap()