| /openbmc/qemu/tests/qtest/ |
| H A D | machine-none-test.c | 22 const char *cpu_model; member 64 return cpus_map[i].cpu_model; in get_cpu_model_by_arch() 74 const char *cpu_model = get_cpu_model_by_arch(arch); in test_machine_cpu_cli() local 77 if (!cpu_model) { in test_machine_cpu_cli() 82 qts = qtest_initf("-machine none -cpu \"%s\"", cpu_model); in test_machine_cpu_cli()
|
| H A D | pnv-xscom.h | 24 const char *cpu_model; member 34 .cpu_model = "POWER8", 41 .cpu_model = "POWER8NVL", 49 .cpu_model = "POWER9", 57 .cpu_model = "POWER10",
|
| H A D | cpu-plug-test.c | 18 const char *cpu_model; member 39 td->machine, td->cpu_model, in test_plug_with_device_add() 91 data->cpu_model = "Haswell"; /* 1.3+ theoretically */ in add_pc_test_case() 92 data->device_model = g_strdup_printf("%s-%s-cpu", data->cpu_model, in add_pc_test_case() 118 data->cpu_model = "power8_v2.0"; in add_pseries_test_case() 144 data->cpu_model = "qemu"; in add_s390x_test_case() 166 data->cpu_model = "la464"; in add_loongarch_test_case()
|
| H A D | pnv-xscom-test.c | 41 machine, chip->cpu_model); in test_cfam_id() 97 machine, chip->cpu_model); in test_core() 108 pnv_chips[i].cpu_model); in add_test()
|
| H A D | pnv-spi-seeprom-test.c | 105 pnv_chips[3].cpu_model); in main()
|
| H A D | pnv-host-i2c-test.c | 477 pnv_chips[i].cpu_model); in add_test()
|
| /openbmc/u-boot/arch/arm/cpu/armv7/s5p-common/ |
| H A D | cpu_info.c | 35 const char *cpu_model; in print_cpuinfo() local 39 cpu_model = fdt_getprop(gd->fdt_blob, 0, "cpu-model", &len); in print_cpuinfo() 40 if (cpu_model) in print_cpuinfo() 41 printf("CPU: %.*s @ ", len, cpu_model); in print_cpuinfo()
|
| /openbmc/qemu/include/hw/ppc/ |
| H A D | pnv_core.h | 81 #define PNV_CORE_TYPE_NAME(cpu_model) cpu_model PNV_CORE_TYPE_SUFFIX argument 106 #define PNV_QUAD_TYPE_NAME(cpu_model) cpu_model PNV_QUAD_TYPE_SUFFIX argument
|
| /openbmc/u-boot/arch/m68k/cpu/mcf52x2/ |
| H A D | cpu.c | 110 char *cpu_model; in print_cpuinfo() local 118 cpu_model = "5270"; in print_cpuinfo() 121 cpu_model = "5271"; in print_cpuinfo() 124 cpu_model = NULL; in print_cpuinfo() 128 if (cpu_model) in print_cpuinfo() 130 cpu_model, prn, strmhz(buf, CONFIG_SYS_CLK)); in print_cpuinfo()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_cpu_core.c | 388 #define DEFINE_SPAPR_CPU_CORE_TYPE(cpu_model) \ argument 391 .class_data = POWERPC_CPU_TYPE_NAME(cpu_model), \ 393 .name = SPAPR_CPU_CORE_TYPE_NAME(cpu_model), \
|
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.c | 37 static ObjectClass *hexagon_cpu_class_by_name(const char *cpu_model) in hexagon_cpu_class_by_name() argument 43 cpuname = g_strsplit(cpu_model, ",", 1); in hexagon_cpu_class_by_name()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/clang/clang/ |
| H A D | 0023-compiler-rt-Enable-__int128-for-ppc32.patch | 48 cpu_model/riscv.c
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | parsing.py | 758 cpu_model = headers.get("system.cpu") 759 if cpu_model is None: 761 mat = re.match(r".*\\((\\d+)\\)", cpu_model)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/netperf/files/ |
| H A D | 0001-Fix-too-many-arguments-error-occurring-in-gcc-15.patch | 141 extern void find_system_info(char **system_model, char **cpu_model, int *cpu_frequency);
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu.h | 1190 const mips_def_t *cpu_model; member
|