Home
last modified time | relevance | path

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

/qemu/hw/intc/
H A Dxive.c535 int i, tm_ops_count; in xive_tm_find_op() local
541 tm_ops_count = ARRAY_SIZE(xive_tm_operations); in xive_tm_find_op()
544 tm_ops_count = ARRAY_SIZE(xive2_tm_operations); in xive_tm_find_op()
547 for (i = 0; i < tm_ops_count; i++) { in xive_tm_find_op()