Home
last modified time | relevance | path

Searched defs:initfn (Results 1 – 11 of 11) sorted by relevance

/qemu/target/avr/
H A Dcpu.c354 void (*initfn)(Object *obj); member
358 #define DEFINE_AVR_CPU_TYPE(model, initfn) \ argument
/qemu/include/hw/i386/
H A Dpc.h302 #define DEFINE_PC_MACHINE(suffix, namestr, initfn, optsfn) \ argument
320 #define DEFINE_PC_VER_MACHINE(namesym, namestr, initfn, ...) \ argument
/qemu/target/tricore/
H A Dcpu.c209 #define DEFINE_TRICORE_CPU_TYPE(cpu_model, initfn) \ argument
/qemu/target/alpha/
H A Dcpu.c256 #define DEFINE_ALPHA_CPU_TYPE(base_type, cpu_model, initfn) \ argument
/qemu/target/openrisc/
H A Dcpu.c270 #define DEFINE_OPENRISC_CPU_TYPE(cpu_model, initfn) \ argument
/qemu/target/sh4/
H A Dcpu.c295 #define DEFINE_SUPERH_CPU_TYPE(type_name, cinit, initfn) \ argument
/qemu/target/cris/
H A Dcpu.c297 #define DEFINE_CRIS_CPU_TYPE(cpu_model, initfn) \ argument
/qemu/target/riscv/
H A Dcpu.c2881 #define DEFINE_CPU(type_name, misa_mxl_max, initfn) \ argument
2890 #define DEFINE_DYNAMIC_CPU(type_name, misa_mxl_max, initfn) \ argument
2899 #define DEFINE_VENDOR_CPU(type_name, misa_mxl_max, initfn) \ argument
2908 #define DEFINE_BARE_CPU(type_name, misa_mxl_max, initfn) \ argument
2917 #define DEFINE_PROFILE_CPU(type_name, misa_mxl_max, initfn) \ argument
/qemu/target/hexagon/
H A Dcpu.c358 #define DEFINE_CPU(type_name, initfn) \ argument
/qemu/target/loongarch/
H A Dcpu.c827 #define DEFINE_LOONGARCH_CPU_TYPE(size, model, initfn) \ argument
/qemu/target/arm/
H A Dcpu.h1111 void (*initfn)(Object *obj); member