Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/oprofile/
Dop_model_mipsxx.c354 op_model_mipsxx_ops.cpu_type = "mips/M14Kc"; in mipsxx_init()
358 op_model_mipsxx_ops.cpu_type = "mips/M14KEc"; in mipsxx_init()
362 op_model_mipsxx_ops.cpu_type = "mips/20K"; in mipsxx_init()
366 op_model_mipsxx_ops.cpu_type = "mips/24K"; in mipsxx_init()
370 op_model_mipsxx_ops.cpu_type = "mips/25K"; in mipsxx_init()
375 op_model_mipsxx_ops.cpu_type = "mips/34K"; in mipsxx_init()
380 op_model_mipsxx_ops.cpu_type = "mips/74K"; in mipsxx_init()
384 op_model_mipsxx_ops.cpu_type = "mips/interAptiv"; in mipsxx_init()
388 op_model_mipsxx_ops.cpu_type = "mips/proAptiv"; in mipsxx_init()
392 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
Dop_model_loongson2.c159 .cpu_type = LOONGSON2_CPU_TYPE,
Dop_model_loongson3.c218 .cpu_type = "mips/loongson3",
/linux-4.4.14/arch/x86/oprofile/
Dnmi_int.c579 static int __init p4_init(char **cpu_type) in p4_init() argument
587 *cpu_type = "i386/p4"; in p4_init()
593 *cpu_type = "i386/p4"; in p4_init()
598 *cpu_type = "i386/p4-ht"; in p4_init()
631 module_param_call(cpu_type, set_cpu_type, NULL, NULL, 0);
633 static int __init ppro_init(char **cpu_type) in ppro_init() argument
655 *cpu_type = "i386/ppro"; in ppro_init()
658 *cpu_type = "i386/pii"; in ppro_init()
662 *cpu_type = "i386/piii"; in ppro_init()
666 *cpu_type = "i386/p6_mobile"; in ppro_init()
[all …]
/linux-4.4.14/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()
211 return cpu_type; in __get_cpu_type()
216 const int cpu_type = current_cpu_data.cputype; in current_cpu_type() local
218 return __get_cpu_type(cpu_type); in current_cpu_type()
223 const int cpu_type = cpu_data[0].cputype; in boot_cpu_type() local
225 return __get_cpu_type(cpu_type); in boot_cpu_type()
/linux-4.4.14/arch/parisc/kernel/
Dperf.c508 if (boot_cpu_data.cpu_type == pcxu || in perf_init()
509 boot_cpu_data.cpu_type == pcxu_) { in perf_init()
511 } else if (boot_cpu_data.cpu_type == pcxw || in perf_init()
512 boot_cpu_data.cpu_type == pcxw_ || in perf_init()
513 boot_cpu_data.cpu_type == pcxw2 || in perf_init()
514 boot_cpu_data.cpu_type == mako || in perf_init()
515 boot_cpu_data.cpu_type == mako2) { in perf_init()
517 if (boot_cpu_data.cpu_type == pcxw2 || in perf_init()
518 boot_cpu_data.cpu_type == mako || in perf_init()
519 boot_cpu_data.cpu_type == mako2) in perf_init()
Dprocessor.c277 boot_cpu_data.cpu_type = parisc_get_cpu_type(boot_cpu_data.hversion); in collect_boot_cpu_data()
278 boot_cpu_data.cpu_name = cpu_name_version[boot_cpu_data.cpu_type][0]; in collect_boot_cpu_data()
279 boot_cpu_data.family_name = cpu_name_version[boot_cpu_data.cpu_type][1]; in collect_boot_cpu_data()
Dsetup.c91 switch (boot_cpu_data.cpu_type) { in dma_ops_init()
217 switch (boot_cpu_data.cpu_type) { in parisc_proc_mkdir()
Dhardware.c1240 enum cpu_type cpu;
1376 enum cpu_type
Dcache.c242 switch (boot_cpu_data.cpu_type) { in disable_sr_hashing()
Dtraps.c353 if (boot_cpu_data.cpu_type >= pcxu) { in transfer_pim_to_trap_frame()
/linux-4.4.14/arch/arm/mach-omap1/
Did.c133 u8 cpu_type; in omap_check_revision() local
184 cpu_type = omap_revision >> 24; in omap_check_revision()
186 switch (cpu_type) { in omap_check_revision()
200 printk(KERN_INFO "Unknown OMAP cpu type: 0x%02x\n", cpu_type); in omap_check_revision()
/linux-4.4.14/arch/avr32/include/asm/
Dprocessor.h35 enum cpu_type { enum
60 enum cpu_type cpu_type; member
/linux-4.4.14/arch/parisc/include/asm/
Dprocessor.h78 enum cpu_type cpu_type; member
320 return (boot_cpu_data.cpu_type == mako) || in parisc_requires_coherency()
321 (boot_cpu_data.cpu_type == mako2); in parisc_requires_coherency()
Dhardware.h21 enum cpu_type { enum
101 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
/linux-4.4.14/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",
Dop_model_ev6.c98 .cpu_type = "alpha/ev6",
Dop_model_ev67.c258 .cpu_type = "alpha/ev67",
/linux-4.4.14/arch/s390/oprofile/
Dinit.c66 module_param_call(cpu_type, set_cpu_type, NULL, NULL, 0);
67 MODULE_PARM_DESC(cpu_type, "Force legacy basic mode sampling"
456 case 0x2097: case 0x2098: ops->cpu_type = "s390/z10"; break; in oprofile_hwsampler_init()
457 case 0x2817: case 0x2818: ops->cpu_type = "s390/z196"; break; in oprofile_hwsampler_init()
458 case 0x2827: case 0x2828: ops->cpu_type = "s390/zEC12"; break; in oprofile_hwsampler_init()
/linux-4.4.14/arch/x86/include/uapi/asm/
Dvm86.h100 unsigned long cpu_type; member
122 unsigned long cpu_type; member
/linux-4.4.14/drivers/mtd/nand/
Ds3c2410.c160 enum s3c_cpu_type cpu_type; member
267 int tacls_max = (info->cpu_type == TYPE_S3C2412) ? 8 : 4; in s3c2410_nand_setrate()
298 switch (info->cpu_type) { in s3c2410_nand_setrate()
353 switch (info->cpu_type) { in s3c2410_nand_inithw()
799 switch (info->cpu_type) { in s3c2410_nand_init_chip()
843 switch (info->cpu_type) { in s3c2410_nand_init_chip()
938 enum s3c_cpu_type cpu_type; in s3c24xx_nand_probe() local
948 cpu_type = platform_get_device_id(pdev)->driver_data; in s3c24xx_nand_probe()
980 info->cpu_type = cpu_type; in s3c24xx_nand_probe()
/linux-4.4.14/drivers/ata/
Dpata_samsung_cf.c74 enum s3c_cpu_type cpu_type; member
465 switch (info->cpu_type) { in pata_s3c_hwinit()
502 enum s3c_cpu_type cpu_type; in pata_s3c_probe() local
505 cpu_type = platform_get_device_id(pdev)->driver_data; in pata_s3c_probe()
542 if (cpu_type == TYPE_S3C64XX) { in pata_s3c_probe()
552 info->cpu_type = cpu_type; in pata_s3c_probe()
/linux-4.4.14/drivers/oprofile/
Doprofile_perf.c315 ops->cpu_type = op_name_from_perf_id(); in oprofile_perf_init()
317 if (!ops->cpu_type) in oprofile_perf_init()
320 pr_info("oprofile: using %s\n", ops->cpu_type); in oprofile_perf_init()
Dtimer_int.c117 ops->cpu_type = "timer"; in oprofile_timer_init()
Dnmi_timer_int.c169 ops->cpu_type = "timer"; in op_nmi_timer_init()
Doprofile_files.c119 return oprofilefs_str_to_user(oprofile_ops.cpu_type, buf, count, offset); in cpu_type_read()
/linux-4.4.14/arch/powerpc/oprofile/
Dcommon.c231 ops->cpu_type = cur_cpu_spec->oprofile_cpu_type; in oprofile_arch_init()
240 ops->cpu_type); in oprofile_arch_init()
/linux-4.4.14/drivers/crypto/qat/qat_common/
Dicp_qat_uclo.h238 unsigned int cpu_type; member
329 unsigned int cpu_type; member
Dqat_uclo.c728 if (!(prod_type & obj_handle->encap_uof_obj.obj_hdr->cpu_type)) { in qat_uclo_check_uof_compat()
730 obj_handle->encap_uof_obj.obj_hdr->cpu_type, prod_type); in qat_uclo_check_uof_compat()
/linux-4.4.14/arch/sparc/oprofile/
Dinit.c66 ops->cpu_type = "timer"; in op_nmi_timer_init()
/linux-4.4.14/arch/ia64/oprofile/
Dperfmon.c84 ops->cpu_type = get_cpu_type(); in perfmon_init()
/linux-4.4.14/arch/x86/include/asm/
Dvm86.h39 unsigned long cpu_type; member
/linux-4.4.14/arch/avr32/kernel/
Dcpu.c275 boot_cpu_data.cpu_type = cpu_id; in setup_processor()
357 if (boot_cpu_data.cpu_type < NR_CPU_NAMES) in c_show()
359 cpu_names[boot_cpu_data.cpu_type], in c_show()
Dtraps.c56 current_cpu_data.cpu_type, in die()
/linux-4.4.14/include/linux/
Doprofile.h76 char * cpu_type; member
/linux-4.4.14/arch/sh/include/asm/
Dprocessor.h16 enum cpu_type { enum
/linux-4.4.14/arch/alpha/kernel/
Dsetup.c1352 determine_cpu_caches (unsigned int cpu_type) in determine_cpu_caches() argument
1356 switch (cpu_type) { in determine_cpu_caches()
1360 if (cpu_type == EV4_CPU) in determine_cpu_caches()
1424 if (cpu_type == PCA56_CPU) { in determine_cpu_caches()
/linux-4.4.14/arch/avr32/oprofile/
Dop_model_avr32.c215 .cpu_type = "avr32",
/linux-4.4.14/arch/x86/kernel/
Dvm86_32.c299 get_user_ex(vm86->cpu_type, &user_vm86->cpu_type); in do_sys_vm86()
336 switch (vm86->cpu_type) { in do_sys_vm86()
/linux-4.4.14/arch/parisc/math-emu/
Dfpudispatch.c176 if (boot_cpu_data.cpu_type == pcxs) in parisc_linux_get_fpu_type()
178 else if (boot_cpu_data.cpu_type == pcxt || in parisc_linux_get_fpu_type()
179 boot_cpu_data.cpu_type == pcxt_) in parisc_linux_get_fpu_type()
181 else if (boot_cpu_data.cpu_type >= pcxu) in parisc_linux_get_fpu_type()
/linux-4.4.14/fs/reiserfs/
Dprints.c48 static char *cpu_type(struct cpu_key *key) in cpu_type() function
95 cpu_type(key)); in sprintf_cpu_key()
/linux-4.4.14/drivers/parport/
Dparport_gsc.c365 if (boot_cpu_data.cpu_type > pcxt && !pdc_add_valid(port+4)) { in parport_init_chip()
/linux-4.4.14/arch/powerpc/kvm/
De500mc.c213 vcpu->arch.cpu_type = KVM_CPU_E500MC; in kvmppc_core_vcpu_setup()
De500.c360 vcpu->arch.cpu_type = KVM_CPU_E500V2; in kvmppc_core_vcpu_setup()
Dbook3s_pr.c414 vcpu->arch.cpu_type = KVM_CPU_3S_64; in kvmppc_set_pvr_pr()
422 vcpu->arch.cpu_type = KVM_CPU_3S_32; in kvmppc_set_pvr_pr()
Dpowerpc.c250 if ((vcpu->arch.cpu_type != KVM_CPU_3S_64) && vcpu->arch.papr_enabled) in kvmppc_sanity_check()
Dbook3s_hv.c1675 vcpu->arch.cpu_type = KVM_CPU_3S_64; in kvmppc_core_vcpu_create_hv()
/linux-4.4.14/drivers/parisc/
Dled.c472 if (boot_cpu_data.cpu_type >= pcxl2) { in led_work_func()
Dlba_pci.c628 if (boot_cpu_data.cpu_type < mako) in extend_lmmio_len()
/linux-4.4.14/arch/powerpc/include/asm/
Dkvm_host.h614 u8 cpu_type; member
/linux-4.4.14/Documentation/
Dkernel-parameters.txt2640 oprofile.cpu_type= Force an oprofile cpu type
2651 (report cpu_type "timer")