| /linux/arch/mips/include/asm/ |
| H A D | cpu-type.h | 15 static inline int __pure __get_cpu_type(const int cpu_type) in __get_cpu_type() argument 17 switch (cpu_type) { in __get_cpu_type() 185 return cpu_type; in __get_cpu_type() 190 const int cpu_type = current_cpu_data.cputype; in current_cpu_type() local 192 return __get_cpu_type(cpu_type); in current_cpu_type() 197 const int cpu_type = cpu_data[0].cputype; in boot_cpu_type() local 199 return __get_cpu_type(cpu_type); in boot_cpu_type()
|
| /linux/arch/arm/mach-imx/ |
| H A D | mach-vf610.c | 24 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/arch/arm/mach-omap1/ |
| H A D | id.c | 129 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()
|
| /linux/arch/parisc/kernel/ |
| H A D | processor.c | 289 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()
|
| H A D | alternative.c | 42 (((boot_cpu_data.cpu_type > pcxw_) && in apply_alternatives() 72 if (boot_cpu_data.cpu_type >= pcxu) /* >= pa2.0 ? */ in apply_alternatives()
|
| H A D | pci-dma.c | 408 if (boot_cpu_data.cpu_type != pcxl2 && boot_cpu_data.cpu_type != pcxl) in arch_dma_alloc() 428 WARN_ON_ONCE(boot_cpu_data.cpu_type != pcxl2 && in arch_dma_free() 429 boot_cpu_data.cpu_type != pcxl); in arch_dma_free()
|
| H A D | toc.c | 72 if (boot_cpu_data.cpu_type >= pcxu) { in toc_intr()
|
| H A D | setup.c | 85 switch (boot_cpu_data.cpu_type) { in dma_ops_init()
|
| H A D | hardware.c | 1224 enum cpu_type cpu; 1360 enum cpu_type __init
|
| H A D | traps.c | 348 if (boot_cpu_data.cpu_type >= pcxu) { in transfer_pim_to_trap_frame()
|
| H A D | cache.c | 297 switch (boot_cpu_data.cpu_type) { in disable_sr_hashing()
|
| /linux/arch/x86/include/uapi/asm/ |
| H A D | vm86.h | 101 unsigned long cpu_type; member 123 unsigned long cpu_type; member
|
| /linux/arch/parisc/include/asm/ |
| H A D | hardware.h | 22 enum cpu_type { enum 102 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
|
| H A D | processor.h | 65 enum cpu_type cpu_type; member
|
| /linux/arch/x86/include/asm/ |
| H A D | vm86.h | 39 unsigned long cpu_type; member
|
| /linux/arch/alpha/kernel/ |
| H A D | setup.c | 1194 determine_cpu_caches (unsigned int cpu_type) in determine_cpu_caches() argument 1198 switch (cpu_type) { in determine_cpu_caches() 1202 if (cpu_type == EV4_CPU) in determine_cpu_caches() 1266 if (cpu_type == PCA56_CPU) { in determine_cpu_caches()
|
| /linux/arch/sh/include/asm/ |
| H A D | processor.h | 16 enum cpu_type { enum
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | topology_amd.c | 180 tscan->c->topo.cpu_type = cpuid_ebx(0x80000026); in parse_topology_amd()
|
| H A D | common.c | 1232 #define VULNBL_INTEL_TYPE(vfm, cpu_type, issues) \ argument 1233 X86_MATCH_VFM_CPU_TYPE(vfm, INTEL_CPU_TYPE_##cpu_type, issues)
|
| /linux/arch/parisc/math-emu/ |
| H A D | fpudispatch.c | 163 if (boot_cpu_data.cpu_type == pcxs) in parisc_linux_get_fpu_type() 165 else if (boot_cpu_data.cpu_type == pcxt || in parisc_linux_get_fpu_type() 166 boot_cpu_data.cpu_type == pcxt_) in parisc_linux_get_fpu_type() 168 else if (boot_cpu_data.cpu_type >= pcxu) in parisc_linux_get_fpu_type()
|
| /linux/drivers/parport/ |
| H A D | parport_gsc.c | 349 if (boot_cpu_data.cpu_type > pcxt && !pdc_add_valid(port+4)) { in parport_init_chip()
|
| /linux/arch/powerpc/kvm/ |
| H A D | e500mc.c | 214 vcpu->arch.cpu_type = KVM_CPU_E500MC; in kvmppc_core_vcpu_setup()
|
| H A D | e500.c | 356 vcpu->arch.cpu_type = KVM_CPU_E500V2; in kvmppc_core_vcpu_setup()
|
| /linux/drivers/scsi/ |
| H A D | myrs.h | 267 enum myrs_cpu_type cpu_type; member
|
| /linux/arch/x86/events/intel/ |
| H A D | core.c | 5706 enum intel_cpu_type cpu_type = c->topo.intel_type; in find_hybrid_pmu_for_cpu() local 5715 if (cpu_type == INTEL_CPU_TYPE_UNKNOWN) { in find_hybrid_pmu_for_cpu() 5717 cpu_type = x86_pmu.get_hybrid_cpu_type(); in find_hybrid_pmu_for_cpu() 5732 if (cpu_type == INTEL_CPU_TYPE_CORE && pmu_type == hybrid_big) in find_hybrid_pmu_for_cpu() 5734 if (cpu_type == INTEL_CPU_TYPE_ATOM) { in find_hybrid_pmu_for_cpu()
|