Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 – 25 of 54) sorted by relevance

123

/Linux-v5.10/arch/mips/oprofile/
Dop_model_mipsxx.c351 op_model_mipsxx_ops.cpu_type = "mips/M14Kc"; in mipsxx_init()
355 op_model_mipsxx_ops.cpu_type = "mips/M14KEc"; in mipsxx_init()
359 op_model_mipsxx_ops.cpu_type = "mips/20K"; in mipsxx_init()
363 op_model_mipsxx_ops.cpu_type = "mips/24K"; in mipsxx_init()
367 op_model_mipsxx_ops.cpu_type = "mips/25K"; in mipsxx_init()
372 op_model_mipsxx_ops.cpu_type = "mips/34K"; in mipsxx_init()
377 op_model_mipsxx_ops.cpu_type = "mips/74K"; in mipsxx_init()
381 op_model_mipsxx_ops.cpu_type = "mips/interAptiv"; in mipsxx_init()
385 op_model_mipsxx_ops.cpu_type = "mips/proAptiv"; in mipsxx_init()
389 op_model_mipsxx_ops.cpu_type = "mips/P5600"; in mipsxx_init()
[all …]
Dcommon.c135 ops->cpu_type = lmodel->cpu_type; in oprofile_arch_init()
138 lmodel->cpu_type); in oprofile_arch_init()
Dop_impl.h35 char *cpu_type; member
/Linux-v5.10/arch/x86/oprofile/
Dnmi_int.c557 static int __init p4_init(char **cpu_type) in p4_init() argument
565 *cpu_type = "i386/p4"; in p4_init()
571 *cpu_type = "i386/p4"; in p4_init()
576 *cpu_type = "i386/p4-ht"; in p4_init()
609 module_param_call(cpu_type, set_cpu_type, NULL, NULL, 0);
611 static int __init ppro_init(char **cpu_type) in ppro_init() argument
633 *cpu_type = "i386/ppro"; in ppro_init()
636 *cpu_type = "i386/pii"; in ppro_init()
640 *cpu_type = "i386/piii"; in ppro_init()
644 *cpu_type = "i386/p6_mobile"; in ppro_init()
[all …]
/Linux-v5.10/arch/mips/include/asm/
Dcpu-type.h15 static inline int __pure __get_cpu_type(const int cpu_type) in __get_cpu_type() argument
17 switch (cpu_type) { in __get_cpu_type()
206 return cpu_type; in __get_cpu_type()
211 const int cpu_type = current_cpu_data.cputype; in current_cpu_type() local
213 return __get_cpu_type(cpu_type); in current_cpu_type()
218 const int cpu_type = cpu_data[0].cputype; in boot_cpu_type() local
220 return __get_cpu_type(cpu_type); in boot_cpu_type()
/Linux-v5.10/arch/arm/mach-imx/
Dmach-vf610.c24 unsigned int cpu_type; in vf610_detect_cpu() local
42 cpu_type = cpxcount ? MXC_CPU_VF600 : MXC_CPU_VF500; in vf610_detect_cpu()
45 cpu_type |= MXC_CPU_VFx10; in vf610_detect_cpu()
47 mxc_set_cpu_type(cpu_type); in vf610_detect_cpu()
/Linux-v5.10/arch/parisc/kernel/
Dperf.c494 if (boot_cpu_data.cpu_type == pcxu || in perf_init()
495 boot_cpu_data.cpu_type == pcxu_) { in perf_init()
497 } else if (boot_cpu_data.cpu_type == pcxw || in perf_init()
498 boot_cpu_data.cpu_type == pcxw_ || in perf_init()
499 boot_cpu_data.cpu_type == pcxw2 || in perf_init()
500 boot_cpu_data.cpu_type == mako || in perf_init()
501 boot_cpu_data.cpu_type == mako2) { in perf_init()
503 if (boot_cpu_data.cpu_type == pcxw2 || in perf_init()
504 boot_cpu_data.cpu_type == mako || in perf_init()
505 boot_cpu_data.cpu_type == mako2) in perf_init()
Dprocessor.c283 boot_cpu_data.cpu_type = parisc_get_cpu_type(boot_cpu_data.hversion); in collect_boot_cpu_data()
284 boot_cpu_data.cpu_name = cpu_name_version[boot_cpu_data.cpu_type][0]; in collect_boot_cpu_data()
285 boot_cpu_data.family_name = cpu_name_version[boot_cpu_data.cpu_type][1]; in collect_boot_cpu_data()
288 _parisc_requires_coherency = (boot_cpu_data.cpu_type == mako) || in collect_boot_cpu_data()
289 (boot_cpu_data.cpu_type == mako2); in collect_boot_cpu_data()
Dalternative.c41 (((boot_cpu_data.cpu_type > pcxw_) && in apply_alternatives()
70 if (boot_cpu_data.cpu_type >= pcxu) /* >= pa2.0 ? */ in apply_alternatives()
Dpci-dma.c408 if (boot_cpu_data.cpu_type != pcxl2 && boot_cpu_data.cpu_type != pcxl) in arch_dma_alloc()
436 WARN_ON_ONCE(boot_cpu_data.cpu_type != pcxl2 && in arch_dma_free()
437 boot_cpu_data.cpu_type != pcxl); in arch_dma_free()
Dsetup.c78 switch (boot_cpu_data.cpu_type) { in dma_ops_init()
201 switch (boot_cpu_data.cpu_type) { in parisc_proc_mkdir()
/Linux-v5.10/arch/arm/mach-omap1/
Did.c130 u8 cpu_type; in omap_check_revision() local
181 cpu_type = omap_revision >> 24; in omap_check_revision()
183 switch (cpu_type) { in omap_check_revision()
197 printk(KERN_INFO "Unknown OMAP cpu type: 0x%02x\n", cpu_type); in omap_check_revision()
/Linux-v5.10/arch/alpha/oprofile/
Dcommon.c177 ops->cpu_type = lmodel->cpu_type; in oprofile_arch_init()
180 lmodel->cpu_type); in oprofile_arch_init()
Dop_model_ev5.c196 .cpu_type = "alpha/ev5",
206 .cpu_type = "alpha/pca56",
Dop_impl.h50 char *cpu_type; member
Dop_model_ev4.c111 .cpu_type = "alpha/ev4",
/Linux-v5.10/arch/x86/include/uapi/asm/
Dvm86.h101 unsigned long cpu_type; member
123 unsigned long cpu_type; member
/Linux-v5.10/drivers/ata/
Dpata_samsung_cf.c72 enum s3c_cpu_type cpu_type; member
463 switch (info->cpu_type) { in pata_s3c_hwinit()
500 enum s3c_cpu_type cpu_type; in pata_s3c_probe() local
503 cpu_type = platform_get_device_id(pdev)->driver_data; in pata_s3c_probe()
538 if (cpu_type == TYPE_S3C64XX) { in pata_s3c_probe()
548 info->cpu_type = cpu_type; in pata_s3c_probe()
/Linux-v5.10/arch/parisc/include/asm/
Dhardware.h22 enum cpu_type { enum
102 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
Dprocessor.h68 enum cpu_type cpu_type; member
/Linux-v5.10/drivers/oprofile/
Doprofile_perf.c316 ops->cpu_type = op_name_from_perf_id(); in oprofile_perf_init()
318 if (!ops->cpu_type) in oprofile_perf_init()
321 pr_info("oprofile: using %s\n", ops->cpu_type); in oprofile_perf_init()
/Linux-v5.10/arch/powerpc/oprofile/
Dcommon.c227 ops->cpu_type = cur_cpu_spec->oprofile_cpu_type; in oprofile_arch_init()
236 ops->cpu_type); in oprofile_arch_init()
/Linux-v5.10/drivers/mtd/nand/raw/
Ds3c2410.c167 enum s3c_cpu_type cpu_type; member
291 int tacls_max = (info->cpu_type == TYPE_S3C2412) ? 8 : 4; in s3c2410_nand_setrate()
322 switch (info->cpu_type) { in s3c2410_nand_setrate()
377 switch (info->cpu_type) { in s3c2410_nand_inithw()
870 switch (info->cpu_type) { in s3c2410_nand_init_chip()
954 switch (info->cpu_type) { in s3c2410_nand_attach_chip()
1033 info->cpu_type = devtype_data->type; in s3c24xx_nand_probe_dt()
1069 info->cpu_type = platform_get_device_id(pdev)->driver_data; in s3c24xx_nand_probe_pdata()
/Linux-v5.10/arch/sparc/oprofile/
Dinit.c66 ops->cpu_type = "timer"; in op_nmi_timer_init()
/Linux-v5.10/arch/x86/include/asm/
Dvm86.h40 unsigned long cpu_type; member

123