cpu_type
determine_cpu_caches (unsigned int cpu_type)
switch (cpu_type) {
if (cpu_type == EV4_CPU)
if (cpu_type == PCA56_CPU) {
unsigned int cpu_type;
cpu_type = cpxcount ? MXC_CPU_VF600 : MXC_CPU_VF500;
cpu_type |= MXC_CPU_VFx10;
mxc_set_cpu_type(cpu_type);
u8 cpu_type;
cpu_type = omap_revision >> 24;
switch (cpu_type) {
printk(KERN_INFO "Unknown OMAP cpu type: 0x%02x\n", cpu_type);
static inline int __pure __get_cpu_type(const int cpu_type)
switch (cpu_type) {
return cpu_type;
const int cpu_type = current_cpu_data.cputype;
return __get_cpu_type(cpu_type);
const int cpu_type = cpu_data[0].cputype;
return __get_cpu_type(cpu_type);
extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
enum cpu_type cpu_type;
(((boot_cpu_data.cpu_type > pcxw_) &&
if (boot_cpu_data.cpu_type >= pcxu) /* >= pa2.0 ? */
switch (boot_cpu_data.cpu_type) {
enum cpu_type cpu;
enum cpu_type __init
if (boot_cpu_data.cpu_type != pcxl2 && boot_cpu_data.cpu_type != pcxl)
WARN_ON_ONCE(boot_cpu_data.cpu_type != pcxl2 &&
boot_cpu_data.cpu_type != pcxl);
if (boot_cpu_data.cpu_type == pcxu ||
boot_cpu_data.cpu_type == pcxu_) {
} else if (boot_cpu_data.cpu_type == pcxw ||
boot_cpu_data.cpu_type == pcxw_ ||
boot_cpu_data.cpu_type == pcxw2 ||
boot_cpu_data.cpu_type == mako ||
boot_cpu_data.cpu_type == mako2) {
if (boot_cpu_data.cpu_type == pcxw2 ||
boot_cpu_data.cpu_type == mako ||
boot_cpu_data.cpu_type == mako2)
boot_cpu_data.cpu_type = parisc_get_cpu_type(boot_cpu_data.hversion);
boot_cpu_data.cpu_name = cpu_name_version[boot_cpu_data.cpu_type][0];
boot_cpu_data.family_name = cpu_name_version[boot_cpu_data.cpu_type][1];
_parisc_requires_coherency = (boot_cpu_data.cpu_type == mako) ||
(boot_cpu_data.cpu_type == mako2);
switch (boot_cpu_data.cpu_type) {
if (boot_cpu_data.cpu_type >= pcxu) {
if (boot_cpu_data.cpu_type >= pcxu) {
if (boot_cpu_data.cpu_type == pcxs)
else if (boot_cpu_data.cpu_type == pcxt ||
boot_cpu_data.cpu_type == pcxt_)
else if (boot_cpu_data.cpu_type >= pcxu)
if (boot_cpu_data.cpu_type == pcxl2 || boot_cpu_data.cpu_type == pcxl) {
u8 cpu_type;
vcpu->arch.cpu_type = KVM_CPU_3S_64;
vcpu->arch.cpu_type = KVM_CPU_3S_64;
vcpu->arch.cpu_type = KVM_CPU_3S_32;
vcpu->arch.cpu_type = KVM_CPU_E500V2;
vcpu->arch.cpu_type = KVM_CPU_E500MC;
if ((vcpu->arch.cpu_type != KVM_CPU_3S_64) && vcpu->arch.papr_enabled)
enum intel_cpu_type cpu_type = c->topo.intel_type;
if (cpu_type == INTEL_CPU_TYPE_UNKNOWN) {
cpu_type = x86_pmu.get_hybrid_cpu_type();
if (cpu_type == INTEL_CPU_TYPE_CORE && pmu_type == hybrid_big)
if (cpu_type == INTEL_CPU_TYPE_ATOM) {
u32 cpu_type;
unsigned long cpu_type;
unsigned long cpu_type;
unsigned long cpu_type;
#define VULNBL_INTEL_TYPE(vfm, cpu_type, issues) \
X86_MATCH_VFM_CPU_TYPE(vfm, INTEL_CPU_TYPE_##cpu_type, issues)
tscan->c->topo.cpu_type = cpuid_ebx(0x80000026);
.cpu_type = TOPO_CPU_TYPE_UNKNOWN,
c->topo.cpu_type = cpuid_eax(0x1a);
vm86->cpu_type = v.cpu_type;
switch (vm86->cpu_type) {
if (boot_cpu_data.cpu_type < mako)
if (boot_cpu_data.cpu_type > pcxt && !pdc_add_valid(port+4)) {
if (tbl[i].type == info->cpu[0].cpu_type) {
if (tbl[i].type == info->cpu[1].cpu_type) {
enum myrs_cpu_type cpu_type;