Searched refs:irq_data (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/tests/qtest/ |
| H A D | pnv-xive2-test.c | 215 uint32_t irq_data = 0x600df00d; in test_hw_irq() local 228 set_eas(qts, irq, end_index, irq_data); in test_hw_irq() 254 g_assert_cmphex((reg32 & 0x7fffffff), ==, (irq_data & 0x7fffffff)); in test_hw_irq() 273 uint32_t irq_data = 0x600d0d06; in test_pool_irq() local 286 set_eas(qts, irq, end_index, irq_data); in test_pool_irq() 322 g_assert_cmphex((reg32 & 0x7fffffff), ==, (irq_data & 0x7fffffff)); in test_pool_irq() 399 uint32_t irq_data = 0xdeadbeef; in test_hw_group_irq() local 412 set_eas(qts, irq, end_index, irq_data); in test_hw_group_irq() 445 g_assert_cmphex((reg32 & 0x7fffffff), ==, (irq_data & 0x7fffffff)); in test_hw_group_irq() 464 uint32_t irq_data = 0x01234567; in test_hw_group_irq_backlog() local [all …]
|