Searched defs:initfn (Results 1 – 9 of 9) sorted by relevance
/qemu/target/avr/ |
H A D | cpu.c | 395 void (*initfn)(Object *obj); member 399 #define DEFINE_AVR_CPU_TYPE(model, initfn) \ argument
|
/qemu/include/hw/i386/ |
H A D | pc.h | 301 #define DEFINE_PC_MACHINE(suffix, namestr, initfn, optsfn) \ argument 320 #define DEFINE_PC_VER_MACHINE(namesym, namestr, initfn, isdefault, malias, ...) \ argument
|
/qemu/target/tricore/ |
H A D | cpu.c | 225 #define DEFINE_TRICORE_CPU_TYPE(cpu_model, initfn) \ argument
|
/qemu/target/alpha/ |
H A D | cpu.c | 299 #define DEFINE_ALPHA_CPU_TYPE(base_type, cpu_model, initfn) \ argument
|
/qemu/target/openrisc/ |
H A D | cpu.c | 303 #define DEFINE_OPENRISC_CPU_TYPE(cpu_model, initfn) \ argument
|
/qemu/target/sh4/ |
H A D | cpu.c | 338 #define DEFINE_SUPERH_CPU_TYPE(type_name, cinit, initfn) \ argument
|
/qemu/target/hexagon/ |
H A D | cpu.c | 379 #define DEFINE_CPU(type_name, initfn) \ argument
|
/qemu/target/loongarch/ |
H A D | cpu.c | 993 #define DEFINE_LOONGARCH_CPU_TYPE(size, model, initfn) \ argument
|
/qemu/target/arm/ |
H A D | cpu.h | 1122 void (*initfn)(Object *obj); member
|