Home
last modified time | relevance | path

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

/qemu/include/hw/ppc/
H A Dxive.h349 #define XIVE_TM_RING_SIZE 0x10 macro
360 uint8_t regs[XIVE_TM_RING_COUNT * XIVE_TM_RING_SIZE];
/qemu/hw/intc/
H A Dxive.c700 char *s = xive_tctx_ring_print(&tctx->regs[i * XIVE_TM_RING_SIZE]); in xive_tctx_pic_print_info()