Searched refs:cpu_index (Results 1 - 2 of 2) sorted by relevance

/u-boot/drivers/timer/
H A Dtsc_timer.c138 #define id_to_freq(cpu_index, freq_id) \
139 (freq_desc_tables[cpu_index].freqs[freq_id])
155 int cpu_index; local
160 cpu_index = match_cpu(gd->arch.x86, gd->arch.x86_model);
161 if (cpu_index < 0)
164 if (freq_desc_tables[cpu_index].msr_plat) {
173 if (freq_desc_tables[cpu_index].msr_plat == 2) {
181 freq = id_to_freq(cpu_index, freq_id);
/u-boot/arch/x86/cpu/
H A Dmp_init.c240 static void ap_init(unsigned int cpu_index) argument
256 debug("AP: slot %d apic_id %x, dev %s\n", cpu_index, apic_id,

Completed in 41 milliseconds