Searched defs:cpu_type (Results 1 - 11 of 11) sorted by relevance

/arch/arm/mach-omap1/
H A Did.c131 u8 cpu_type; local
182 cpu_type = omap_revision >> 24;
184 switch (cpu_type) {
198 printk(KERN_INFO "Unknown OMAP cpu type: 0x%02x\n", cpu_type);
/arch/mips/oprofile/
H A Dop_impl.h35 char *cpu_type; member in struct:op_mips_model
/arch/alpha/oprofile/
H A Dop_impl.h50 char *cpu_type; member in struct:op_axp_model
/arch/avr32/include/asm/
H A Dprocessor.h35 enum cpu_type { enum
60 enum cpu_type cpu_type; member in struct:avr32_cpuinfo
/arch/parisc/include/asm/
H A Dhardware.h21 enum cpu_type { enum
37 extern const char * const cpu_name_version[][2]; /* mapping from enum cpu_type to strings */
101 extern enum cpu_type parisc_get_cpu_type(unsigned long hversion);
H A Dprocessor.h74 enum cpu_type cpu_type; member in struct:system_cpuinfo_parisc
349 return (boot_cpu_data.cpu_type == mako) ||
350 (boot_cpu_data.cpu_type == mako2);
/arch/x86/include/asm/
H A Dvm86.h100 unsigned long cpu_type; member in struct:vm86_struct
122 unsigned long cpu_type; member in struct:vm86plus_struct
168 unsigned long cpu_type; member in struct:kernel_vm86_struct
/arch/sh/include/asm/
H A Dprocessor.h16 enum cpu_type { enum
/arch/x86/oprofile/
H A Dnmi_int.c568 static int __init p4_init(char **cpu_type) argument
576 *cpu_type = "i386/p4";
582 *cpu_type = "i386/p4";
587 *cpu_type = "i386/p4-ht";
620 module_param_call(cpu_type, set_cpu_type, NULL, NULL, 0);
622 static int __init ppro_init(char **cpu_type) argument
644 *cpu_type = "i386/ppro";
647 *cpu_type = "i386/pii";
651 *cpu_type = "i386/piii";
655 *cpu_type
688 char *cpu_type = NULL; local
[all...]
/arch/alpha/kernel/
H A Dsetup.c1335 determine_cpu_caches (unsigned int cpu_type) argument
1339 switch (cpu_type) {
1343 if (cpu_type == EV4_CPU)
1407 if (cpu_type == PCA56_CPU) {
/arch/powerpc/include/asm/
H A Dkvm_host.h441 u8 cpu_type; member in class:kvmppc_slb::__anon2384

Completed in 409 milliseconds