Lines Matching refs:target_cpu
237 return sprintf(buf, "%d\n", cpu_to_node(hv_dev->channel->target_cpu));
527 channel->offermsg.child_relid, channel->target_cpu);
538 cur_sc->target_cpu);
1707 return sprintf(buf, "%u\n", channel->target_cpu);
1712 u32 target_cpu, origin_cpu;
1718 if (sscanf(buf, "%uu", &target_cpu) != 1)
1721 /* Validate target_cpu for the cpumask_test_cpu() operation below. */
1722 if (target_cpu >= nr_cpumask_bits)
1728 if (!cpu_online(target_cpu)) {
1766 origin_cpu = channel->target_cpu;
1767 if (target_cpu == origin_cpu)
1771 hv_cpu_number_to_vp_number(target_cpu))) {
1786 * in on a CPU that is different from the channel target_cpu value.
1789 channel->target_cpu = target_cpu;
1793 hv_update_alloced_cpus(origin_cpu, target_cpu);
1798 origin_cpu, target_cpu);