Lines Matching refs:target_cpu
202 return sprintf(buf, "%d\n", cpu_to_node(hv_dev->channel->target_cpu));
492 channel->offermsg.child_relid, channel->target_cpu);
503 cur_sc->target_cpu);
1594 return sprintf(buf, "%u\n", channel->target_cpu);
1599 u32 target_cpu, origin_cpu;
1605 if (sscanf(buf, "%uu", &target_cpu) != 1)
1608 /* Validate target_cpu for the cpumask_test_cpu() operation below. */
1609 if (target_cpu >= nr_cpumask_bits)
1612 if (!cpumask_test_cpu(target_cpu, housekeeping_cpumask(HK_TYPE_MANAGED_IRQ)))
1618 if (!cpu_online(target_cpu)) {
1656 origin_cpu = channel->target_cpu;
1657 if (target_cpu == origin_cpu)
1661 hv_cpu_number_to_vp_number(target_cpu))) {
1678 * in on a CPU that is different from the channel target_cpu value.
1681 channel->target_cpu = target_cpu;
1685 hv_update_allocated_cpus(origin_cpu, target_cpu);
1690 origin_cpu, target_cpu);