/openbmc/linux/arch/mips/kernel/ |
H A D | cpu-probe.c | 309 switch (c->cputype) { in set_ftlb_enable() 370 switch (c->cputype) { in mm_config() 1041 c->cputype = CPU_R2000; in cpu_probe_legacy() 1053 c->cputype = CPU_R3081E; in cpu_probe_legacy() 1056 c->cputype = CPU_R3000A; in cpu_probe_legacy() 1060 c->cputype = CPU_R3000; in cpu_probe_legacy() 1074 c->cputype = CPU_R4400PC; in cpu_probe_legacy() 1077 c->cputype = CPU_R4000PC; in cpu_probe_legacy() 1103 c->cputype = mc ? CPU_R4400MC : CPU_R4400SC; in cpu_probe_legacy() 1106 c->cputype = mc ? CPU_R4000MC : CPU_R4000SC; in cpu_probe_legacy() [all …]
|
H A D | cpu-r3k-probe.c | 82 c->cputype = CPU_UNKNOWN; in cpu_probe() 94 c->cputype = CPU_R2000; in cpu_probe() 105 c->cputype = CPU_R3081E; in cpu_probe() 108 c->cputype = CPU_R3000A; in cpu_probe() 112 c->cputype = CPU_R3000; in cpu_probe() 124 BUG_ON(c->cputype == CPU_UNKNOWN); in cpu_probe() 131 BUG_ON(current_cpu_type() != c->cputype); in cpu_probe()
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | bugs.c | 11 unsigned long cputype; in cpu_is_ev6_or_later() local 14 cputype = cpu->type & 0xffffffff; in cpu_is_ev6_or_later() 16 return (cputype == EV6_CPU) || ((cputype >= EV67_CPU) && (cputype <= EV69_CPU)); in cpu_is_ev6_or_later()
|
H A D | perf_event.c | 583 unsigned long cputype; in supported_cpu() local 587 cputype = cpu->type & 0xffffffff; in supported_cpu() 589 return (cputype >= EV67_CPU) && (cputype <= EV69_CPU); in supported_cpu()
|
/openbmc/u-boot/board/renesas/ebisu/ |
H A D | ebisu.c | 70 unsigned long midr, cputype; in reset_cpu() local 73 cputype = (midr >> 4) & 0xfff; in reset_cpu() 75 if (cputype == 0xd03) in reset_cpu() 77 else if (cputype == 0xd07) in reset_cpu()
|
/openbmc/u-boot/board/renesas/draak/ |
H A D | draak.c | 97 unsigned long midr, cputype; in reset_cpu() local 100 cputype = (midr >> 4) & 0xfff; in reset_cpu() 102 if (cputype == 0xd03) in reset_cpu() 104 else if (cputype == 0xd07) in reset_cpu()
|
/openbmc/u-boot/board/renesas/eagle/ |
H A D | eagle.c | 94 unsigned long midr, cputype; in reset_cpu() local 97 cputype = (midr >> 4) & 0xfff; in reset_cpu() 99 if (cputype == 0xd03) in reset_cpu() 101 else if (cputype == 0xd07) in reset_cpu()
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | cpu-probe.c | 233 c->cputype = CPU_LOONGSON32; in cpu_probe_loongson() 239 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson() 245 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson() 251 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson() 257 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson() 263 c->cputype = CPU_LOONGSON64; in cpu_probe_loongson() 301 c->cputype = CPU_UNKNOWN; in cpu_probe() 319 BUG_ON(c->cputype == CPU_UNKNOWN); in cpu_probe()
|
/openbmc/linux/arch/mips/sni/ |
H A D | setup.c | 113 int cputype; in plat_mem_setup() local 126 cputype = *(unsigned char *)SNI_IDPROM_CPUTYPE; in plat_mem_setup() 129 switch (cputype) { in plat_mem_setup() 148 switch (cputype) { in plat_mem_setup()
|
/openbmc/qemu/accel/tcg/ |
H A D | tcg-accel-ops.c | 123 int cputype = xlat[gdbtype]; in xlat_gdb_type() local 126 cputype |= BP_STOP_BEFORE_ACCESS; in xlat_gdb_type() 128 return cputype; in xlat_gdb_type()
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | stat.sh | 111 if perf stat --cputype="123" -e instructions true > /dev/null 2>&1 140 if ! perf stat --cputype="$pmu" -e instructions true 2>&1 | grep -E -q "instructions"
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | cpu-type.h | 191 const int cpu_type = current_cpu_data.cputype; in current_cpu_type() 198 const int cpu_type = cpu_data[0].cputype; in boot_cpu_type()
|
/openbmc/linux/arch/mips/loongson64/ |
H A D | env.c | 89 loongson_sysconf.cputype = ecpu->cputype; in prom_lefi_init_env() 90 switch (ecpu->cputype) { in prom_lefi_init_env()
|
/openbmc/linux/arch/mips/mm/ |
H A D | c-octeon.c | 176 int cputype = current_cpu_type(); in probe_octeon() local 179 switch (cputype) { in probe_octeon() 190 if (cputype == CPU_CAVIUM_OCTEON_PLUS) in probe_octeon()
|
/openbmc/u-boot/board/embest/mx6boards/ |
H A D | mx6boards.c | 520 u32 cputype = cpu_type(get_cpu_rev()); in board_early_init_f() local 522 switch (cputype) { in board_early_init_f() 617 u32 cputype = cpu_type(get_cpu_rev()); in board_init_f() local 619 switch (cputype) { in board_init_f()
|
/openbmc/linux/tools/perf/ |
H A D | builtin-list.c | 462 const char *cputype = NULL; in cmd_list() local 476 OPT_STRING(0, "cputype", &cputype, "cpu type", in cmd_list() 522 else if (cputype) { in cmd_list() 523 const struct perf_pmu *pmu = perf_pmus__pmu_for_pmu_filter(cputype); in cmd_list()
|
H A D | check-headers.sh | 164 check arch/arm64/include/asm/cputype.h '-I "^#include [<\"]\(asm/\)*sysreg.h"'
|
/openbmc/u-boot/board/gateworks/gw_ventana/ |
H A D | gw_ventana.c | 753 const char *cputype = ""; in misc_init_r() local 763 cputype = "imx6q"; in misc_init_r() 766 cputype = "imx6dl"; in misc_init_r() 767 env_set("soctype", cputype); in misc_init_r() 777 sprintf(fdt, "%s-%s.dtb", cputype, str); in misc_init_r() 785 sprintf(fdt, "%s-%s.dtb", cputype, str); in misc_init_r() 794 sprintf(fdt, "%s-%s.dtb", cputype, str); in misc_init_r()
|
/openbmc/linux/arch/mips/include/asm/mach-cavium-octeon/ |
H A D | cpu-feature-overrides.h | 59 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
|
/openbmc/linux/arch/mips/ath25/ |
H A D | devices.h | 36 return (current_cpu_data.cputype == CPU_4KEC); in is_ar2315()
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_caps.c | 837 const char *cputype) in default_caps_with_cpu() argument 844 if (!ppc_type_check_compat(cputype, CPU_POWERPC_LOGICAL_3_00, in default_caps_with_cpu() 849 if (!ppc_type_check_compat(cputype, CPU_POWERPC_LOGICAL_2_07, in default_caps_with_cpu() 856 if (!ppc_type_check_compat(cputype, CPU_POWERPC_LOGICAL_2_06_PLUS, in default_caps_with_cpu() 861 if (!ppc_type_check_compat(cputype, CPU_POWERPC_LOGICAL_2_06, in default_caps_with_cpu()
|
/openbmc/linux/arch/mips/bcm47xx/ |
H A D | prom.c | 99 if (c->cputype == CPU_74K && (mem == (128 << 20))) in prom_init_mem()
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | cpu-info.h | 47 unsigned int cputype; member
|
/openbmc/qemu/target/ppc/ |
H A D | compat.c | 165 bool ppc_type_check_compat(const char *cputype, uint32_t compat_pvr, in ppc_type_check_compat() argument 168 PowerPCCPUClass *pcc = POWERPC_CPU_CLASS(object_class_by_name(cputype)); in ppc_type_check_compat()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/ |
H A D | 0003-Add-version-information-to-libmetis.patch | 19 BUILDDIR = build/$(systype)-$(cputype)
|