Home
last modified time | relevance | path

Searched refs:cpu_create (Results 1 – 25 of 29) 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/m68k/
H A Dan5206.c49 cpu = M68K_CPU(cpu_create(machine->cpu_type)); in an5206_init()
H A Dmcf5208.c291 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()
H A Dnext-cube.c984 cpu = M68K_CPU(cpu_create(machine->cpu_type)); in next_cube_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()
H A Dxtfpga.c248 cpu = XTENSA_CPU(cpu_create(machine->cpu_type)); in xtfpga_init()
/openbmc/qemu/hw/ppc/
H A Damigaone.c81 cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in amigaone_init()
H A Dppc440_bamboo.c151 cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in bamboo_init()
H A Dvirtex_ml507.c77 cpu = POWERPC_CPU(cpu_create(cpu_type)); in ppc440_init_xilinx()
H A Dsam460ex.c266 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.c254 cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in ibm_40p_init()
H A Dmac_newworld.c161 cpu = POWERPC_CPU(cpu_create(machine->cpu_type)); in ppc_core99_init()
/openbmc/qemu/hw/alpha/
H A Ddp264.c69 cpus[i] = ALPHA_CPU(cpu_create(machine->cpu_type)); in clipper_init()
/openbmc/qemu/linux-user/
H A Dmain.c237 CPUState *new_cpu = cpu_create(cpu_type); in cpu_copy()
822 cpu = cpu_create(cpu_type); in main()
/openbmc/qemu/hw/sh4/
H A Dr2d.c249 cpu = SUPERH_CPU(cpu_create(machine->cpu_type)); in r2d_init()
/openbmc/qemu/hw/openrisc/
H A Dopenrisc_sim.c303 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.c476 cpu = cpu_create(cpu_type); in main()
/openbmc/qemu/include/hw/core/
H A Dcpu.h806 CPUState *cpu_create(const char *typename);
/openbmc/qemu/hw/hppa/
H A Dmachine.c283 cpu[i] = HPPA_CPU(cpu_create(machine->cpu_type)); in machine_HP_common_init_cpus()
/openbmc/qemu/hw/arm/
H A Dmusicpal.c1224 cpu = ARM_CPU(cpu_create(machine->cpu_type)); in musicpal_init()

12