Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dpnv-xive2-flush-sync.c50 static uint64_t get_sync_addr(uint32_t src_pir, int ic_topo_id, int type) in get_sync_addr() argument
52 int thread_nr = src_pir & 0x7f; in get_sync_addr()
57 static uint8_t get_sync(QTestState *qts, uint32_t src_pir, int ic_topo_id, in get_sync() argument
60 uint64_t addr = get_sync_addr(src_pir, ic_topo_id, type); in get_sync()
64 static void clr_sync(QTestState *qts, uint32_t src_pir, int ic_topo_id, in clr_sync() argument
67 uint64_t addr = get_sync_addr(src_pir, ic_topo_id, type); in clr_sync()
177 int src_pir = 0; in test_flush_sync_inject() local
191 clr_sync(qts, src_pir, ic_topo_id, op_type); in test_flush_sync_inject()
192 byte = get_sync(qts, src_pir, ic_topo_id, op_type); in test_flush_sync_inject()
199 byte = get_sync(qts, src_pir, ic_topo_id, op_type); in test_flush_sync_inject()
[all …]