Lines Matching defs:ecpu
64 struct efi_cpuinfo_loongson *ecpu;
75 ecpu = (struct efi_cpuinfo_loongson *)
88 cpu_clock_freq = ecpu->cpu_clock_freq;
89 loongson_sysconf.cputype = ecpu->cputype;
90 switch (ecpu->cputype) {
141 loongson_sysconf.nr_cpus = ecpu->nr_cpus;
142 loongson_sysconf.boot_cpu_id = ecpu->cpu_startup_core_id;
143 loongson_sysconf.reserved_cpus_mask = ecpu->reserved_cores_mask;
144 if (ecpu->nr_cpus > NR_CPUS || ecpu->nr_cpus == 0)