Home
last modified time | relevance | path

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

/qemu/util/
H A Dkeyval.c412 int index, max_index, i; in keyval_listify() local
458 max_index = -1; in keyval_listify()
462 if (index > max_index) { in keyval_listify()
463 max_index = index; in keyval_listify()
485 for (i = 0; i < MIN(nelt, max_index + 1); i++) { in keyval_listify()
/qemu/scripts/qapi/
H A Dtypes.py43 max_index = c_enum_const(name, '_MAX', prefix)
72 max_index=max_index)
80 max_index=max_index)
/qemu/hw/intc/
H A Dpnv_xive.c716 uint8_t max_index; in pnv_xive_table_set_data() local
720 max_index = ARRAY_SIZE(xive->blk); in pnv_xive_table_set_data()
724 max_index = ARRAY_SIZE(xive->mig); in pnv_xive_table_set_data()
728 max_index = ARRAY_SIZE(xive->edt); in pnv_xive_table_set_data()
732 max_index = ARRAY_SIZE(xive->vdt); in pnv_xive_table_set_data()
740 if (tsel_index >= max_index) { in pnv_xive_table_set_data()
/qemu/include/hw/
H A Dqdev-core.h387 int max_index; member
/qemu/hw/core/
H A Dqdev.c87 kid->index = bus->max_index++; in bus_add_child()