Searched refs:TYPE_ACCEL_OPS (Results 1 – 9 of 9) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | accel-ops.h | 17 #define TYPE_ACCEL_OPS "accel" ACCEL_OPS_SUFFIX macro 18 #define ACCEL_OPS_NAME(name) (name "-" TYPE_ACCEL_OPS) 21 DECLARE_CLASS_CHECKERS(AccelOpsClass, ACCEL_OPS, TYPE_ACCEL_OPS)
|
/openbmc/qemu/accel/qtest/ |
H A D | qtest.c | 73 .parent = TYPE_ACCEL_OPS,
|
/openbmc/qemu/accel/ |
H A D | accel-system.c | 94 .name = TYPE_ACCEL_OPS,
|
/openbmc/qemu/target/i386/nvmm/ |
H A D | nvmm-accel-ops.c | 99 .parent = TYPE_ACCEL_OPS,
|
/openbmc/qemu/target/i386/whpx/ |
H A D | whpx-accel-ops.c | 103 .parent = TYPE_ACCEL_OPS,
|
/openbmc/qemu/accel/kvm/ |
H A D | kvm-accel-ops.c | 116 .parent = TYPE_ACCEL_OPS,
|
/openbmc/qemu/accel/xen/ |
H A D | xen-all.c | 159 .parent = TYPE_ACCEL_OPS,
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops.c | 235 .parent = TYPE_ACCEL_OPS,
|
/openbmc/qemu/accel/hvf/ |
H A D | hvf-accel-ops.c | 601 .parent = TYPE_ACCEL_OPS,
|