Searched refs:first_cpu (Results 1 - 5 of 5) sorted by relevance

/drivers/thermal/
H A Dx86_pkg_temp_thermal.c63 u16 first_cpu; member in struct:phy_dev_entry
173 rdmsr_on_cpu(phy_dev_entry->first_cpu, MSR_IA32_PACKAGE_THERM_STATUS,
207 ret = rdmsr_on_cpu(phy_dev_entry->first_cpu,
235 ret = rdmsr_on_cpu(phy_dev_entry->first_cpu,
262 return wrmsr_on_cpu(phy_dev_entry->first_cpu,
443 phy_dev_entry->first_cpu = cpu;
489 if (phdev->first_cpu == cpu) {
490 phdev->first_cpu = find_siblings_cpu(cpu);
492 phdev->first_cpu);
625 wrmsr_on_cpu(phdev->first_cpu,
[all...]
/drivers/cpufreq/
H A Dspeedstep-centrino.c425 unsigned int j, first_cpu; local
437 first_cpu = 1;
455 if (first_cpu) {
464 if (first_cpu) {
473 first_cpu = 0;
/drivers/clocksource/
H A Ddw_apb_timer.c120 pr_debug("%s CPU %d mode=%d\n", __func__, first_cpu(*evt->cpumask),
/drivers/staging/lustre/lustre/libcfs/linux/
H A Dlinux-cpu.c622 cpu = first_cpu(*node);
641 cpu = first_cpu(*node);
671 cpu = first_cpu(*socket);
/drivers/scsi/lpfc/
H A Dlpfc_init.c8552 int num_io_channel, first_cpu, chan; local
8573 first_cpu = LPFC_VECTOR_MAP_EMPTY;
8647 if (first_cpu == LPFC_VECTOR_MAP_EMPTY)
8648 first_cpu = cpu;
8694 cpu = first_cpu;

Completed in 428 milliseconds