Lines Matching defs:ecpu
47 struct efi_cpuinfo_loongson *ecpu;
58 ecpu = (struct efi_cpuinfo_loongson *)
65 cpu_clock_freq = ecpu->cpu_clock_freq;
66 loongson_sysconf.cputype = ecpu->cputype;
67 switch (ecpu->cputype) {
120 loongson_sysconf.nr_cpus = ecpu->nr_cpus;
121 loongson_sysconf.boot_cpu_id = ecpu->cpu_startup_core_id;
122 loongson_sysconf.reserved_cpus_mask = ecpu->reserved_cores_mask;
123 if (ecpu->nr_cpus > NR_CPUS || ecpu->nr_cpus == 0)