Symbol: cpu_type
arch/alpha/kernel/setup.c
1193
determine_cpu_caches (unsigned int cpu_type)
arch/alpha/kernel/setup.c
1197
switch (cpu_type) {
arch/alpha/kernel/setup.c
1201
if (cpu_type == EV4_CPU)
arch/alpha/kernel/setup.c
1265
if (cpu_type == PCA56_CPU) {
arch/arm/mach-imx/mach-vf610.c
24
unsigned int cpu_type;
arch/arm/mach-imx/mach-vf610.c
42
cpu_type = cpxcount ? MXC_CPU_VF600 : MXC_CPU_VF500;
arch/arm/mach-imx/mach-vf610.c
45
cpu_type |= MXC_CPU_VFx10;
arch/arm/mach-imx/mach-vf610.c
47
mxc_set_cpu_type(cpu_type);
arch/arm/mach-omap1/id.c
129
u8 cpu_type;
arch/arm/mach-omap1/id.c
180
cpu_type = omap_revision >> 24;
arch/arm/mach-omap1/id.c
182
switch (cpu_type) {
arch/arm/mach-omap1/id.c
196
printk(KERN_INFO "Unknown OMAP cpu type: 0x%02x\n", cpu_type);
arch/mips/include/asm/cpu-type.h
15
static inline int __pure __get_cpu_type(const int cpu_type)
arch/mips/include/asm/cpu-type.h
17
switch (cpu_type) {
arch/mips/include/asm/cpu-type.h
185
return cpu_type;
arch/mips/include/asm/cpu-type.h
190
const int cpu_type = current_cpu_data.cputype;
arch/mips/include/asm/cpu-type.h
192
return __get_cpu_type(cpu_type);
arch/mips/include/asm/cpu-type.h
197
const int cpu_type = cpu_data[0].cputype;
arch/mips/include/asm/cpu-type.h
199
return __get_cpu_type(cpu_type);
arch/parisc/include/asm/hardware.h
102
extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
arch/parisc/include/asm/processor.h
65
enum cpu_type cpu_type;
arch/parisc/kernel/alternative.c
42
(((boot_cpu_data.cpu_type > pcxw_) &&
arch/parisc/kernel/alternative.c
72
if (boot_cpu_data.cpu_type >= pcxu) /* >= pa2.0 ? */
arch/parisc/kernel/cache.c
297
switch (boot_cpu_data.cpu_type) {
arch/parisc/kernel/hardware.c
1224
enum cpu_type cpu;
arch/parisc/kernel/hardware.c
1360
enum cpu_type __init
arch/parisc/kernel/pci-dma.c
408
if (boot_cpu_data.cpu_type != pcxl2 && boot_cpu_data.cpu_type != pcxl)
arch/parisc/kernel/pci-dma.c
428
WARN_ON_ONCE(boot_cpu_data.cpu_type != pcxl2 &&
arch/parisc/kernel/pci-dma.c
429
boot_cpu_data.cpu_type != pcxl);
arch/parisc/kernel/perf.c
493
if (boot_cpu_data.cpu_type == pcxu ||
arch/parisc/kernel/perf.c
494
boot_cpu_data.cpu_type == pcxu_) {
arch/parisc/kernel/perf.c
496
} else if (boot_cpu_data.cpu_type == pcxw ||
arch/parisc/kernel/perf.c
497
boot_cpu_data.cpu_type == pcxw_ ||
arch/parisc/kernel/perf.c
498
boot_cpu_data.cpu_type == pcxw2 ||
arch/parisc/kernel/perf.c
499
boot_cpu_data.cpu_type == mako ||
arch/parisc/kernel/perf.c
500
boot_cpu_data.cpu_type == mako2) {
arch/parisc/kernel/perf.c
502
if (boot_cpu_data.cpu_type == pcxw2 ||
arch/parisc/kernel/perf.c
503
boot_cpu_data.cpu_type == mako ||
arch/parisc/kernel/perf.c
504
boot_cpu_data.cpu_type == mako2)
arch/parisc/kernel/processor.c
289
boot_cpu_data.cpu_type = parisc_get_cpu_type(boot_cpu_data.hversion);
arch/parisc/kernel/processor.c
290
boot_cpu_data.cpu_name = cpu_name_version[boot_cpu_data.cpu_type][0];
arch/parisc/kernel/processor.c
291
boot_cpu_data.family_name = cpu_name_version[boot_cpu_data.cpu_type][1];
arch/parisc/kernel/processor.c
294
_parisc_requires_coherency = (boot_cpu_data.cpu_type == mako) ||
arch/parisc/kernel/processor.c
295
(boot_cpu_data.cpu_type == mako2);
arch/parisc/kernel/setup.c
85
switch (boot_cpu_data.cpu_type) {
arch/parisc/kernel/toc.c
72
if (boot_cpu_data.cpu_type >= pcxu) {
arch/parisc/kernel/traps.c
348
if (boot_cpu_data.cpu_type >= pcxu) {
arch/parisc/math-emu/fpudispatch.c
163
if (boot_cpu_data.cpu_type == pcxs)
arch/parisc/math-emu/fpudispatch.c
165
else if (boot_cpu_data.cpu_type == pcxt ||
arch/parisc/math-emu/fpudispatch.c
166
boot_cpu_data.cpu_type == pcxt_)
arch/parisc/math-emu/fpudispatch.c
168
else if (boot_cpu_data.cpu_type >= pcxu)
arch/parisc/mm/init.c
566
if (boot_cpu_data.cpu_type == pcxl2 || boot_cpu_data.cpu_type == pcxl) {
arch/powerpc/include/asm/kvm_host.h
764
u8 cpu_type;
arch/powerpc/kvm/book3s_hv.c
3090
vcpu->arch.cpu_type = KVM_CPU_3S_64;
arch/powerpc/kvm/book3s_pr.c
562
vcpu->arch.cpu_type = KVM_CPU_3S_64;
arch/powerpc/kvm/book3s_pr.c
570
vcpu->arch.cpu_type = KVM_CPU_3S_32;
arch/powerpc/kvm/e500.c
356
vcpu->arch.cpu_type = KVM_CPU_E500V2;
arch/powerpc/kvm/e500mc.c
214
vcpu->arch.cpu_type = KVM_CPU_E500MC;
arch/powerpc/kvm/powerpc.c
262
if ((vcpu->arch.cpu_type != KVM_CPU_3S_64) && vcpu->arch.papr_enabled)
arch/x86/events/intel/core.c
5984
enum intel_cpu_type cpu_type = c->topo.intel_type;
arch/x86/events/intel/core.c
5993
if (cpu_type == INTEL_CPU_TYPE_UNKNOWN) {
arch/x86/events/intel/core.c
5995
cpu_type = x86_pmu.get_hybrid_cpu_type();
arch/x86/events/intel/core.c
6010
if (cpu_type == INTEL_CPU_TYPE_CORE && pmu_type == hybrid_big)
arch/x86/events/intel/core.c
6012
if (cpu_type == INTEL_CPU_TYPE_ATOM) {
arch/x86/include/asm/processor.h
107
u32 cpu_type;
arch/x86/include/asm/vm86.h
39
unsigned long cpu_type;
arch/x86/include/uapi/asm/vm86.h
101
unsigned long cpu_type;
arch/x86/include/uapi/asm/vm86.h
123
unsigned long cpu_type;
arch/x86/kernel/cpu/common.c
1251
#define VULNBL_INTEL_TYPE(vfm, cpu_type, issues) \
arch/x86/kernel/cpu/common.c
1252
X86_MATCH_VFM_CPU_TYPE(vfm, INTEL_CPU_TYPE_##cpu_type, issues)
arch/x86/kernel/cpu/topology_amd.c
180
tscan->c->topo.cpu_type = cpuid_ebx(0x80000026);
arch/x86/kernel/cpu/topology_common.c
124
.cpu_type = TOPO_CPU_TYPE_UNKNOWN,
arch/x86/kernel/cpu/topology_common.c
171
c->topo.cpu_type = cpuid_eax(0x1a);
arch/x86/kernel/vm86_32.c
274
vm86->cpu_type = v.cpu_type;
arch/x86/kernel/vm86_32.c
308
switch (vm86->cpu_type) {
drivers/parisc/lba_pci.c
627
if (boot_cpu_data.cpu_type < mako)
drivers/parport/parport_gsc.c
349
if (boot_cpu_data.cpu_type > pcxt && !pdc_add_valid(port+4)) {
drivers/scsi/myrs.c
1348
if (tbl[i].type == info->cpu[0].cpu_type) {
drivers/scsi/myrs.c
1357
if (tbl[i].type == info->cpu[1].cpu_type) {
drivers/scsi/myrs.h
267
enum myrs_cpu_type cpu_type;