Home
last modified time | relevance | path

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

/qemu/qom/
H A Dqom-qmp-cmds.c105 ObjectClass *parent = object_class_get_parent(klass); in qom_list_types_tramp()
H A Dobject.c1082 ObjectClass *object_class_get_parent(ObjectClass *class) in object_class_get_parent() function
1365 iter->nextclass = object_class_get_parent(iter->nextclass); in object_property_iter_next()
1374 iter->nextclass = object_class_get_parent(klass); in object_class_property_iter_init()
1381 parent_klass = object_class_get_parent(klass); in object_class_property_find()
/qemu/include/qom/
H A Dobject.h981 ObjectClass *object_class_get_parent(ObjectClass *klass);
/qemu/system/
H A Dqdev-monitor.c803 class = object_class_get_parent(class); in qdev_print()
/qemu/hw/core/
H A Dqdev-properties.c806 class = object_class_get_parent(class); in qdev_prop_find()
/qemu/target/riscv/
H A Dcpu.c2703 RISCVCPUClass *pcc = RISCV_CPU_CLASS(object_class_get_parent(c)); in riscv_cpu_class_base_init()
/qemu/target/ppc/
H A Dcpu_init.c7109 oc = object_class_get_parent(oc); in ppc_cpu_get_family_class()