Searched defs:boot_cpu_data (Results 1 - 9 of 9) sorted by relevance

/arch/parisc/kernel/
H A Dprocessor.c45 struct system_cpuinfo_parisc boot_cpu_data __read_mostly;
46 EXPORT_SYMBOL(boot_cpu_data); variable
56 ** Monarch CPU will initialize boot_cpu_data which shouldn't
107 if (boot_cpu_data.cpu_count > 0) {
116 cpuid = boot_cpu_data.cpu_count;
163 boot_cpu_data.cpu_count--;
173 boot_cpu_data.cpu_count++;
237 * collect_boot_cpu_data - Fill the boot_cpu_data structure.
240 * in the boot_cpu_data structure.
244 memset(&boot_cpu_data,
[all...]
/arch/m32r/kernel/
H A Dsetup.c46 struct cpuinfo_m32r boot_cpu_data; variable in typeref:struct:cpuinfo_m32r
227 boot_cpu_data.cpu_clock = M32R_CPUCLK;
228 boot_cpu_data.bus_clock = M32R_BUSCLK;
229 boot_cpu_data.timer_divide = M32R_TIMER_DIVIDE;
H A Dm32r_ksyms.c20 EXPORT_SYMBOL(boot_cpu_data); variable
/arch/avr32/kernel/
H A Dsetup.c38 struct avr32_cpuinfo boot_cpu_data = { variable in typeref:struct:avr32_cpuinfo
41 EXPORT_SYMBOL(boot_cpu_data); variable
590 boot_cpu_data.clk = cpu_clk;
591 boot_cpu_data.loops_per_jiffy = cpu_hz * 4;
/arch/mn10300/kernel/
H A Dsetup.c36 struct mn10300_cpuinfo boot_cpu_data; variable in typeref:struct:mn10300_cpuinfo
/arch/um/kernel/
H A Dum_arch.c45 struct cpuinfo_um boot_cpu_data = { variable in typeref:struct:cpuinfo_um
/arch/sh/include/asm/
H A Dprocessor.h97 #define boot_cpu_data cpu_data[0] macro
/arch/x86/kernel/
H A Dsetup.c180 struct cpuinfo_x86 boot_cpu_data __read_mostly = {0, 0, 0, 0, -1, 1, 0, 0, -1};
181 EXPORT_SYMBOL(boot_cpu_data); variable
208 struct cpuinfo_x86 boot_cpu_data __read_mostly = {
211 EXPORT_SYMBOL(boot_cpu_data); variable
684 memcpy(&boot_cpu_data, &new_cpu_data, sizeof(new_cpu_data));
756 iomem_resource.end = (1ULL << boot_cpu_data.x86_phys_bits) - 1;
975 if (boot_cpu_data.cpuid_level >= 0) {
/arch/frv/kernel/
H A Dsetup.c107 struct cpuinfo_frv __nongprelbss boot_cpu_data; variable in typeref:struct:__nongprelbss

Completed in 246 milliseconds