Home
last modified time | relevance | path

Searched refs:cputype (Results 1 – 25 of 46) sorted by relevance

12

/openbmc/linux/arch/mips/kernel/
H A Dcpu-probe.c309 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 Dcpu-r3k-probe.c82 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 Dbugs.c11 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 Dperf_event.c583 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 Debisu.c70 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 Ddraak.c97 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 Deagle.c94 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 Dcpu-probe.c233 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 Dsetup.c113 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 Dtcg-accel-ops.c123 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 Dstat.sh111 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 Dcpu-type.h191 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 Denv.c89 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 Dc-octeon.c176 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 Dmx6boards.c520 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 Dbuiltin-list.c462 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 Dcheck-headers.sh164 check arch/arm64/include/asm/cputype.h '-I "^#include [<\"]\(asm/\)*sysreg.h"'
/openbmc/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana.c753 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 Dcpu-feature-overrides.h59 #define cpu_has_rixi (cpu_data[0].cputype != CPU_CAVIUM_OCTEON)
/openbmc/linux/arch/mips/ath25/
H A Ddevices.h36 return (current_cpu_data.cputype == CPU_4KEC); in is_ar2315()
/openbmc/qemu/hw/ppc/
H A Dspapr_caps.c837 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 Dprom.c99 if (c->cputype == CPU_74K && (mem == (128 << 20))) in prom_init_mem()
/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-info.h47 unsigned int cputype; member
/openbmc/qemu/target/ppc/
H A Dcompat.c165 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 D0003-Add-version-information-to-libmetis.patch19 BUILDDIR = build/$(systype)-$(cputype)

12