Home
last modified time | relevance | path

Searched refs:cpu_type (Results 1 - 25 of 107) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/mips/oprofile/
H A 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 in mipsxx_init()
[all...]
H A Dcommon.c135 ops->cpu_type = lmodel->cpu_type; in oprofile_arch_init()
138 lmodel->cpu_type); in oprofile_arch_init()
/kernel/linux/linux-5.10/arch/x86/oprofile/
H A 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 in ppro_init()
677 char *cpu_type = NULL; op_nmi_init() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A 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()
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A 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()
186 return cpu_type; in __get_cpu_type()
191 const int cpu_type = current_cpu_data.cputype; in current_cpu_type() local
193 return __get_cpu_type(cpu_type); in current_cpu_type()
198 const int cpu_type = cpu_data[0].cputype; in boot_cpu_type() local
200 return __get_cpu_type(cpu_type); in boot_cpu_type()
/kernel/uniproton/
H A Dbuild.py39 def get_config(self, cpu_type, cpu_plat):
41 self.lib_type, self.plam_type, self.hcc_path, self.kconf_dir, self.system, self.core = get_cpu_info(cpu_type, cpu_plat, self.build_machine_platform)
51 self.log_dir = '%s/logs/%s' % (self.build_dir, self.cpu_type)
55 os.environ["CPU_TYPE"] = self.cpu_type
73 def prepare_env(self, cpu_type, choice):
78 #根据cpu_type, choice从config文件中获取并初始化初始化hcc_path, plam_type, kconf_dir
81 self.get_config(cpu_type, choice)
95 def __init__(self, cpu_type: str, make_option="normal", lib_run_type="FPGA", choice="ALL", make_phase="ALL",
116 self.cpu_type = cpu_type
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-imx/
H A 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()
/kernel/linux/linux-6.6/arch/arm/mach-imx/
H A 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()
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A 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 in perf_init()
[all...]
H A Dprocessor.c282 boot_cpu_data.cpu_type = parisc_get_cpu_type(boot_cpu_data.hversion); in collect_boot_cpu_data()
283 boot_cpu_data.cpu_name = cpu_name_version[boot_cpu_data.cpu_type][0]; in collect_boot_cpu_data()
284 boot_cpu_data.family_name = cpu_name_version[boot_cpu_data.cpu_type][1]; in collect_boot_cpu_data()
287 _parisc_requires_coherency = (boot_cpu_data.cpu_type == mako) || in collect_boot_cpu_data()
288 (boot_cpu_data.cpu_type == mako2); in collect_boot_cpu_data()
H A Dalternative.c41 (((boot_cpu_data.cpu_type > pcxw_) && in apply_alternatives()
70 if (boot_cpu_data.cpu_type >= pcxu) /* >= pa2.0 ? */ in apply_alternatives()
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A 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 in perf_init()
[all...]
H A Dprocessor.c289 boot_cpu_data.cpu_type = parisc_get_cpu_type(boot_cpu_data.hversion); in collect_boot_cpu_data()
290 boot_cpu_data.cpu_name = cpu_name_version[boot_cpu_data.cpu_type][0]; in collect_boot_cpu_data()
291 boot_cpu_data.family_name = cpu_name_version[boot_cpu_data.cpu_type][1]; in collect_boot_cpu_data()
294 _parisc_requires_coherency = (boot_cpu_data.cpu_type == mako) || in collect_boot_cpu_data()
295 (boot_cpu_data.cpu_type == mako2); in collect_boot_cpu_data()
/kernel/uniproton/build/uniproton_ci_lib/
H A Dget_config_info.py54 def get_cpu_info(cpu_type, cpu_plat, os_plat):
60 if getNodeAtrrValue(cpu, "cpu_type") == cpu_type:
66 log_msg('error', "get cpu {} config info error:{} {}".format(cpu_type, cpu_plat, os_plat))
72 if getNodeAtrrValue(cpu, "cpu_type") == cpu_type:
/kernel/linux/linux-5.10/arch/alpha/oprofile/
H A Dcommon.c177 ops->cpu_type = lmodel->cpu_type; in oprofile_arch_init()
180 lmodel->cpu_type); in oprofile_arch_init()
H A Dop_model_ev5.c196 .cpu_type = "alpha/ev5",
206 .cpu_type = "alpha/pca56",
/kernel/linux/linux-5.10/arch/arm/mach-omap1/
H A 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()
/kernel/linux/linux-6.6/arch/arm/mach-omap1/
H A Did.c129 u8 cpu_type; in omap_check_revision() local
180 cpu_type = omap_revision >> 24; in omap_check_revision()
182 switch (cpu_type) { in omap_check_revision()
196 printk(KERN_INFO "Unknown OMAP cpu type: 0x%02x\n", cpu_type); in omap_check_revision()
/kernel/linux/linux-5.10/arch/x86/include/uapi/asm/
H A Dvm86.h101 unsigned long cpu_type; member
123 unsigned long cpu_type; member
/kernel/linux/linux-6.6/arch/x86/include/uapi/asm/
H A Dvm86.h101 unsigned long cpu_type; member
123 unsigned long cpu_type; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/asm-x86/asm/
H A Dvm86.h74 unsigned long cpu_type; member
91 unsigned long cpu_type; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/asm-x86/asm/
H A Dvm86.h74 unsigned long cpu_type; member
91 unsigned long cpu_type; member
/kernel/linux/linux-5.10/drivers/ata/
H A Dpata_samsung_cf.c64 * @cpu_type: The exact type of this controller.
72 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()
/kernel/linux/linux-5.10/drivers/oprofile/
H A 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()
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dhardware.h22 enum cpu_type { enum
38 extern const char * const cpu_name_version[][2]; /* mapping from enum cpu_type to strings */
102 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);

Completed in 18 milliseconds

12345