Home
last modified time | relevance | path

Searched refs:cpu_create (Results 1 – 25 of 36) sorted by relevance

12

/openbmc/qemu/hw/core/
H A Dnull-machine.c26 cpu = cpu_create(mch->cpu_type); in machine_none_init()
H A Dcpu-common.c57 CPUState *cpu_create(const char *typename) in cpu_create() function
/openbmc/qemu/hw/sh4/
H A Dshix.c52 cpu = SUPERH_CPU(cpu_create(machine->cpu_type)); in shix_init()
H A Dr2d.c249 cpu = SUPERH_CPU(cpu_create(machine->cpu_type)); in r2d_init()
/openbmc/qemu/hw/nios2/
H A Dgeneric_nommu.c73 cpu = NIOS2_CPU(cpu_create(TYPE_NIOS2_CPU)); in nios2_generic_nommu_init()
/openbmc/qemu/hw/m68k/
H A Dan5206.c49 cpu = M68K_CPU(cpu_create(machine->cpu_type)); in an5206_init()
H A Dmcf5208.c243 cpu = M68K_CPU(cpu_create(machine->cpu_type)); in mcf5208evb_init()
H A Dvirt.c147 cpu = M68K_CPU(cpu_create(machine->cpu_type)); in virt_init()
/openbmc/qemu/hw/tricore/
H A Dtricore_testboard.c70 cpu = TRICORE_CPU(cpu_create(machine->cpu_type)); in tricore_testboard_init()
/openbmc/qemu/hw/xtensa/
H A Dsim.c62 cpu = XTENSA_CPU(cpu_create(machine->cpu_type)); in xtensa_sim_common_init()
/openbmc/qemu/hw/alpha/
H A Ddp264.c69 cpus[i] = ALPHA_CPU(cpu_create(machine->cpu_type)); in clipper_init()
/openbmc/qemu/hw/ppc/
H A Damigaone.c81 cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in amigaone_init()
H A Dppc440_bamboo.c172 cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in bamboo_init()
H A Dvirtex_ml507.c99 cpu = POWERPC_CPU(cpu_create(cpu_type)); in ppc440_init_xilinx()
H A Dsam460ex.c287 cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in sam460ex_init()
H A Dmac_oldworld.c113 cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in ppc_heathrow_init()
H A Dprep.c256 cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in ibm_40p_init()
/openbmc/qemu/linux-user/
H A Dmain.c231 CPUState *new_cpu = cpu_create(cpu_type); in cpu_copy()
796 cpu = cpu_create(cpu_type); in main()
/openbmc/qemu/hw/sparc64/
H A Dsparc64.c274 cpu = SPARC_CPU(cpu_create(cpu_type)); in sparc64_cpu_devinit()
/openbmc/qemu/hw/cris/
H A Daxis_dev88.c265 cpu = CRIS_CPU(cpu_create(machine->cpu_type)); in axisdev88_init()
/openbmc/qemu/hw/sparc/
H A Dleon3.c237 cpu = SPARC_CPU(cpu_create(machine->cpu_type)); in leon3_generic_hw_init()
/openbmc/qemu/hw/openrisc/
H A Dopenrisc_sim.c298 cpus[n] = OPENRISC_CPU(cpu_create(machine->cpu_type)); in openrisc_sim_init()
H A Dvirt.c484 cpus[n] = OPENRISC_CPU(cpu_create(machine->cpu_type)); in openrisc_virt_init()
/openbmc/qemu/bsd-user/
H A Dmain.c464 cpu = cpu_create(cpu_type); in main()
/openbmc/qemu/include/hw/core/
H A Dcpu.h790 CPUState *cpu_create(const char *typename);

12