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

/linux-master/arch/parisc/kernel/
H A Dprocessor.c35 EXPORT_SYMBOL(boot_cpu_data); variable
[all...]
/linux-master/arch/arm64/kernel/
H A Dcpuinfo.c34 static struct cpuinfo_arm64 boot_cpu_data; variable in typeref:struct:cpuinfo_arm64
487 update_cpu_features(smp_processor_id(), info, &boot_cpu_data); local
/linux-master/arch/loongarch/include/asm/
H A Dcpu-info.h67 #define boot_cpu_data cpu_data[0] macro
/linux-master/arch/mips/include/asm/
H A Dcpu-info.h122 #define boot_cpu_data cpu_data[0] macro
/linux-master/arch/um/kernel/
H A Dum_arch.c58 struct cpuinfo_um boot_cpu_data = { variable in typeref:struct:cpuinfo_um
65 EXPORT_SYMBOL(boot_cpu_data); variable
/linux-master/arch/sh/include/asm/
H A Dprocessor.h90 #define boot_cpu_data cpu_data[0] macro
/linux-master/arch/x86/kernel/
H A Dsetup.c132 EXPORT_SYMBOL(boot_cpu_data); variable

Completed in 162 milliseconds