Home
last modified time | relevance | path

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

/openbmc/qemu/include/qom/
H A Dobject.h847 void type_register_static_array(const TypeInfo *infos, int nr_infos);
859 type_register_static_array(type_array, ARRAY_SIZE(type_array)); \
/openbmc/qemu/qom/
H A Dobject.c161 void type_register_static_array(const TypeInfo *infos, int nr_infos) in type_register_static_array() function