Searched refs:ic_topo_id (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | pnv-xive2-flush-sync.c | 50 static uint64_t get_sync_addr(uint32_t src_pir, int ic_topo_id, int type) in get_sync_addr() argument 53 uint64_t addr = XIVE_SYNC_MEM + thread_nr * 512 + ic_topo_id * 32 + type; 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() 71 static void inject_cache_flush(QTestState *qts, int ic_topo_id, in inject_cache_flush() argument 74 (void)ic_topo_id; in inject_cache_flush() 78 static void inject_queue_sync(QTestState *qts, int ic_topo_id, uint64_t offset) in inject_queue_sync() argument 80 (void)ic_topo_id; in inject_queue_sync() [all …]
|
/openbmc/qemu/hw/intc/ |
H A D | pnv_xive2.c | 414 int ic_topo_id = xive->chip->chip_id; in pnv_xive2_inject_notify() local 415 uint64_t offset = ic_topo_id * sizeof(XiveSfnBlock); in pnv_xive2_inject_notify()
|