Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dxive.c794 int i, tm_ops_count; in xive_tm_find_op() local
800 tm_ops_count = ARRAY_SIZE(xive_tm_operations); in xive_tm_find_op()
803 tm_ops_count = ARRAY_SIZE(xive2_tm_operations); in xive_tm_find_op()
806 for (i = 0; i < tm_ops_count; i++) { in xive_tm_find_op()