Home
last modified time | relevance | path

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

/openbmc/qemu/target/avr/
H A Dcpu.c367 void (*initfn)(Object *obj); member
386 #define DEFINE_AVR_CPU_TYPE(model, initfn) \ argument
/openbmc/linux/arch/arm/mm/
H A Dproc-macros.S361 .macro initfn, func, base macro
/openbmc/qemu/target/tricore/
H A Dcpu.c212 #define DEFINE_TRICORE_CPU_TYPE(cpu_model, initfn) \ argument
/openbmc/qemu/target/alpha/
H A Dcpu.c271 #define DEFINE_ALPHA_CPU_TYPE(base_type, cpu_model, initfn) \ argument
/openbmc/qemu/target/openrisc/
H A Dcpu.c300 #define DEFINE_OPENRISC_CPU_TYPE(cpu_model, initfn) \ argument
/openbmc/qemu/target/sh4/
H A Dcpu.c301 #define DEFINE_SUPERH_CPU_TYPE(type_name, cinit, initfn) \ argument
/openbmc/qemu/target/cris/
H A Dcpu.c333 #define DEFINE_CRIS_CPU_TYPE(cpu_model, initfn) \ argument
/openbmc/linux/drivers/of/
H A Dof_reserved_mem.c235 reservedmem_of_init_fn initfn = i->data; in __reserved_mem_init_node() local
/openbmc/qemu/include/hw/i386/
H A Dpc.h314 #define DEFINE_PC_MACHINE(suffix, namestr, initfn, optsfn) \ argument
/openbmc/qemu/target/hexagon/
H A Dcpu.c395 #define DEFINE_CPU(type_name, initfn) \ argument
/openbmc/qemu/target/riscv/
H A Dcpu.c1767 #define DEFINE_CPU(type_name, initfn) \ argument
1774 #define DEFINE_DYNAMIC_CPU(type_name, initfn) \ argument
/openbmc/qemu/target/loongarch/
H A Dcpu.c869 #define DEFINE_LOONGARCH_CPU_TYPE(size, model, initfn) \ argument
/openbmc/linux/include/linux/
H A Dmodule.h130 #define module_init(initfn) \ argument
/openbmc/qemu/target/arm/
H A Dcpu.h1121 void (*initfn)(Object *obj); member