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

12

/linux-master/arch/mips/include/asm/
H A Dcpu-type.h15 static inline int __pure __get_cpu_type(const int cpu_type) argument
17 switch (cpu_type) {
186 return cpu_type;
191 const int cpu_type = current_cpu_data.cputype; local
193 return __get_cpu_type(cpu_type);
198 const int cpu_type = cpu_data[0].cputype; local
200 return __get_cpu_type(cpu_type);
/linux-master/arch/arm/mach-imx/
H A Dmach-vf610.c24 unsigned int cpu_type; local
42 cpu_type = cpxcount ? MXC_CPU_VF600 : MXC_CPU_VF500;
45 cpu_type |= MXC_CPU_VFx10;
47 mxc_set_cpu_type(cpu_type);
/linux-master/arch/sparc/include/asm/
H A Dtimer_32.h17 #include <asm/cpu_type.h> /* For SUN4M_NCPUS */
H A Dpgtable_32.h33 #include <asm/cpu_type.h>
/linux-master/arch/sparc/kernel/
H A Dleon_pmc.c11 #include <asm/cpu_type.h>
H A Dirq.h4 #include <asm/cpu_type.h>
H A Ddevices.c22 #include <asm/cpu_type.h>
H A Dauxio_32.c17 #include <asm/cpu_type.h>
/linux-master/arch/x86/include/uapi/asm/
H A Dvm86.h101 unsigned long cpu_type; member in struct:vm86_struct
123 unsigned long cpu_type; member in struct:vm86plus_struct
/linux-master/arch/parisc/kernel/
H A Dalternative.c42 (((boot_cpu_data.cpu_type > pcxw_) &&
72 if (boot_cpu_data.cpu_type >= pcxu) /* >= pa2.0 ? */
H A Dperf.c494 if (boot_cpu_data.cpu_type == pcxu ||
495 boot_cpu_data.cpu_type == pcxu_) {
497 } else if (boot_cpu_data.cpu_type == pcxw ||
498 boot_cpu_data.cpu_type == pcxw_ ||
499 boot_cpu_data.cpu_type == pcxw2 ||
500 boot_cpu_data.cpu_type == mako ||
501 boot_cpu_data.cpu_type == mako2) {
503 if (boot_cpu_data.cpu_type == pcxw2 ||
504 boot_cpu_data.cpu_type == mako ||
505 boot_cpu_data.cpu_type
[all...]
H A Dprocessor.c289 boot_cpu_data.cpu_type = parisc_get_cpu_type(boot_cpu_data.hversion);
290 boot_cpu_data.cpu_name = cpu_name_version[boot_cpu_data.cpu_type][0];
291 boot_cpu_data.family_name = cpu_name_version[boot_cpu_data.cpu_type][1];
294 _parisc_requires_coherency = (boot_cpu_data.cpu_type == mako) ||
295 (boot_cpu_data.cpu_type == mako2);
H A Dpci-dma.c408 if (boot_cpu_data.cpu_type != pcxl2 && boot_cpu_data.cpu_type != pcxl)
428 WARN_ON_ONCE(boot_cpu_data.cpu_type != pcxl2 &&
429 boot_cpu_data.cpu_type != pcxl);
H A Dtoc.c72 if (boot_cpu_data.cpu_type >= pcxu) {
H A Dsetup.c85 switch (boot_cpu_data.cpu_type) {
/linux-master/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);
H A Dprocessor.h65 enum cpu_type cpu_type; member in struct:system_cpuinfo_parisc
/linux-master/arch/x86/include/asm/
H A Dvm86.h39 unsigned long cpu_type; member in struct:vm86
/linux-master/arch/arm/mach-omap1/
H A Did.c129 u8 cpu_type; local
180 cpu_type = omap_revision >> 24;
182 switch (cpu_type) {
196 printk(KERN_INFO "Unknown OMAP cpu type: 0x%02x\n", cpu_type);
/linux-master/arch/sh/include/asm/
H A Dprocessor.h16 enum cpu_type { enum
/linux-master/drivers/mtd/nand/raw/
H A Ds3c2410.c146 * @cpu_type: The exact type of this controller.
165 enum s3c_cpu_type cpu_type; member in struct:s3c2410_nand_info
285 int tacls_max = (info->cpu_type == TYPE_S3C2412) ? 8 : 4;
316 switch (info->cpu_type) {
371 switch (info->cpu_type) {
812 switch (info->cpu_type) {
896 switch (info->cpu_type) {
975 info->cpu_type = devtype_data->type;
1011 info->cpu_type = platform_get_device_id(pdev)->driver_data;
/linux-master/arch/alpha/kernel/
H A Dsetup.c1277 determine_cpu_caches (unsigned int cpu_type) argument
1281 switch (cpu_type) {
1285 if (cpu_type == EV4_CPU)
1349 if (cpu_type == PCA56_CPU) {
/linux-master/fs/reiserfs/
H A Dprints.c48 static char *cpu_type(struct cpu_key *key) function
97 reiserfs_cpu_offset(key), cpu_type(key));
/linux-master/arch/parisc/mm/
H A Dinit.c567 if (boot_cpu_data.cpu_type == pcxl2 || boot_cpu_data.cpu_type == pcxl) {
/linux-master/arch/parisc/math-emu/
H A Dfpudispatch.c163 if (boot_cpu_data.cpu_type == pcxs)
165 else if (boot_cpu_data.cpu_type == pcxt ||
166 boot_cpu_data.cpu_type == pcxt_)
168 else if (boot_cpu_data.cpu_type >= pcxu)

Completed in 702 milliseconds

12