| /qemu/tests/qtest/ |
| A D | arm-cpu-features.c | 32 QUERY_TAIL, cpu_type); in do_query_no_props() 53 resp = do_query_no_props(qts, cpu_type); in do_query() 211 cpu_type); in assert_bad_props() 309 assert_sve_vls(qts, cpu_type, 0x8f, in sve_tests_default() 311 assert_sve_vls(qts, cpu_type, 0x8b, in sve_tests_default() 315 assert_sve_vls(qts, cpu_type, 0x8b, in sve_tests_default() 332 assert_sve_vls(qts, cpu_type, 0x1f, in sve_tests_default() 334 assert_sve_vls(qts, cpu_type, 0xf, in sve_tests_default() 428 assert_error(qts, cpu_type, in pauth_tests_default() 431 assert_error(qts, cpu_type, in pauth_tests_default() [all …]
|
| /qemu/hw/riscv/ |
| A D | riscv_hart.c | 33 DEFINE_PROP_STRING("cpu-type", RISCVHartArrayState, cpu_type), 46 char *cpu_type, Error **errp) in riscv_hart_realize() argument 48 object_initialize_child(OBJECT(s), "harts[*]", &s->harts[idx], cpu_type); in riscv_hart_realize() 63 if (!riscv_hart_realize(s, n, s->cpu_type, errp)) { in riscv_harts_realize()
|
| /qemu/target/arm/ |
| A D | arm-qmp-cmds.c | 136 } else if (current_machine->cpu_type) { in qmp_query_cpu_model_expansion() 137 const char *cpu_type = current_machine->cpu_type; in qmp_query_cpu_model_expansion() local 138 int len = strlen(cpu_type) - strlen(ARM_CPU_TYPE_SUFFIX); in qmp_query_cpu_model_expansion() 141 !strncmp(model->name, cpu_type, len)) { in qmp_query_cpu_model_expansion()
|
| /qemu/hw/core/ |
| A D | null-machine.c | 25 if (mch->cpu_type) { in machine_none_init() 26 cpu = cpu_create(mch->cpu_type); in machine_none_init()
|
| /qemu/target/s390x/ |
| A D | cpu_models_sysemu.c | 348 uint16_t cpu_type; in qmp_query_cpu_model_baseline() local 371 cpu_type = modela.def->type; in qmp_query_cpu_model_baseline() 373 cpu_type = 0; in qmp_query_cpu_model_baseline() 378 cpu_type = modelb.def->type; in qmp_query_cpu_model_baseline() 382 cpu_type = modela.def->type; in qmp_query_cpu_model_baseline() 387 model.def = s390_find_cpu_def(cpu_type, max_gen, max_gen_ga, in qmp_query_cpu_model_baseline()
|
| /qemu/include/hw/ppc/ |
| A D | spapr_cpu_core.h | 35 const char *cpu_type; member 38 const char *spapr_get_cpu_core_type(const char *cpu_type);
|
| /qemu/hw/arm/ |
| A D | vexpress.c | 193 const char *cpu_type, 209 static void init_cpus(MachineState *ms, const char *cpu_type, in init_cpus() argument 220 Object *cpuobj = object_new(cpu_type); in init_cpus() 274 const char *cpu_type, in a9_daughterboard_init() argument 295 init_cpus(machine, cpu_type, TYPE_A9MPCORE_PRIV, 0x1e000000, pic, in a9_daughterboard_init() 357 const char *cpu_type, in a15_daughterboard_init() argument 379 init_cpus(machine, cpu_type, TYPE_A15MPCORE_PRIV, in a15_daughterboard_init() 557 daughterboard->init(vms, machine->ram_size, machine->cpu_type, pic); in vexpress_common_init()
|
| A D | bcm2836.c | 32 bc->cpu_type); in bcm283x_base_init() 179 bc->cpu_type = ARM_CPU_TYPE_NAME("arm1176"); in bcm2835_class_init() 190 bc->cpu_type = ARM_CPU_TYPE_NAME("cortex-a7"); in bcm2836_class_init() 204 bc->cpu_type = ARM_CPU_TYPE_NAME("cortex-a53"); in bcm2837_class_init()
|
| A D | highbank.c | 196 machine->cpu_type = ARM_CPU_TYPE_NAME("cortex-a9"); in calxeda_init() 199 machine->cpu_type = ARM_CPU_TYPE_NAME("cortex-a15"); in calxeda_init() 209 cpuobj = object_new(machine->cpu_type); in calxeda_init()
|
| A D | strongarm.h | 65 StrongARMState *sa1110_init(const char *cpu_type);
|
| /qemu/hw/mips/ |
| A D | loongson3_virt.c | 506 if (!machine->cpu_type) { in mips_loongson3_virt_init() 507 machine->cpu_type = MIPS_CPU_TYPE_NAME("Loongson-3A1000"); in mips_loongson3_virt_init() 509 if (!cpu_type_supports_isa(machine->cpu_type, INSN_LOONGSON3A)) { in mips_loongson3_virt_init() 514 if (!machine->cpu_type) { in mips_loongson3_virt_init() 515 machine->cpu_type = MIPS_CPU_TYPE_NAME("Loongson-3A4000"); in mips_loongson3_virt_init() 517 if (!strstr(machine->cpu_type, "Loongson-3A4000")) { in mips_loongson3_virt_init() 570 cpu = mips_cpu_create_with_clock(machine->cpu_type, cpuclk, false); in mips_loongson3_virt_init()
|
| A D | cps.c | 77 MIPSCPU *cpu = MIPS_CPU(object_new(s->cpu_type)); in mips_cps_realize() 172 DEFINE_PROP_STRING("cpu-type", MIPSCPSState, cpu_type),
|
| /qemu/hw/ppc/ |
| A D | spapr_cpu_core.c | 107 const char *spapr_get_cpu_core_type(const char *cpu_type) in spapr_get_cpu_core_type() argument 109 int len = strlen(cpu_type) - strlen(POWERPC_CPU_TYPE_SUFFIX); in spapr_get_cpu_core_type() 111 len, cpu_type); in spapr_get_cpu_core_type() 301 obj = object_new(scc->cpu_type); in spapr_create_vcpu() 378 scc->cpu_type = data; in spapr_cpu_core_class_init()
|
| A D | virtex_ml507.c | 70 static PowerPCCPU *ppc440_init_xilinx(const char *cpu_type, uint32_t sysclk) in ppc440_init_xilinx() argument 77 cpu = POWERPC_CPU(cpu_create(cpu_type)); in ppc440_init_xilinx() 200 cpu = ppc440_init_xilinx(machine->cpu_type, 400000000); in virtex_init()
|
| /qemu/hw/avr/ |
| A D | atmega.c | 53 const char *cpu_type; member 235 object_initialize_child(OBJECT(dev), "cpu", &s->cpu, mc->cpu_type); in atmega_realize() 378 amc->cpu_type = AVR_CPU_TYPE_NAME("avr5"); in atmega168_class_init() 393 amc->cpu_type = AVR_CPU_TYPE_NAME("avr5"); in atmega328_class_init() 408 amc->cpu_type = AVR_CPU_TYPE_NAME("avr51"); in atmega1280_class_init() 423 amc->cpu_type = AVR_CPU_TYPE_NAME("avr6"); in atmega2560_class_init()
|
| /qemu/ |
| A D | cpu-target.c | 269 const char *cpu_type; in parse_cpu_option() local 284 cpu_type = object_class_get_name(oc); in parse_cpu_option() 286 cc->parse_features(cpu_type, model_pieces[1], &error_fatal); in parse_cpu_option() 288 return cpu_type; in parse_cpu_option()
|
| /qemu/bsd-user/i386/ |
| A D | target_syscall.h | 137 abi_ulong cpu_type; member 160 abi_ulong cpu_type; member
|
| /qemu/linux-user/i386/ |
| A D | target_syscall.h | 120 abi_ulong cpu_type; member 143 abi_ulong cpu_type; member
|
| /qemu/target/mips/ |
| A D | cpu.c | 646 MIPSCPU *mips_cpu_create_with_clock(const char *cpu_type, Clock *cpu_refclk, in type_init() 651 cpu = DEVICE(object_new(cpu_type)); in type_init() 665 bool cpu_type_supports_isa(const char *cpu_type, uint64_t isa) in cpu_type_supports_isa() argument 667 const MIPSCPUClass *mcc = MIPS_CPU_CLASS(object_class_by_name(cpu_type)); in cpu_type_supports_isa() 671 bool cpu_type_supports_cps_smp(const char *cpu_type) in cpu_type_supports_cps_smp() argument 673 const MIPSCPUClass *mcc = MIPS_CPU_CLASS(object_class_by_name(cpu_type)); in cpu_type_supports_cps_smp()
|
| A D | cpu.h | 1317 bool cpu_type_supports_cps_smp(const char *cpu_type); 1319 bool cpu_type_supports_isa(const char *cpu_type, uint64_t isa); 1345 static inline bool cpu_type_is_64bit(const char *cpu_type) in cpu_type_is_64bit() argument 1347 return cpu_type_supports_isa(cpu_type, CPU_MIPS64); in cpu_type_is_64bit() 1391 MIPSCPU *mips_cpu_create_with_clock(const char *cpu_type, Clock *cpu_refclk,
|
| /qemu/include/hw/sparc/ |
| A D | sparc64.h | 8 SPARCCPU *sparc64_cpu_devinit(const char *cpu_type, uint64_t prom_addr);
|
| /qemu/include/hw/riscv/ |
| A D | riscv_hart.h | 39 char *cpu_type; member
|
| /qemu/include/hw/mips/ |
| A D | cps.h | 40 char *cpu_type; member
|
| /qemu/include/hw/arm/ |
| A D | bcm2836.h | 53 const char *cpu_type; member
|
| /qemu/bsd-user/ |
| A D | main.c | 257 const char *cpu_type; in main() local 452 cpu_type = parse_cpu_option(cpu_model); in main() 476 cpu = cpu_create(cpu_type); in main()
|