cur_cpu 141 arch/x86/hyperv/hv_apic.c int cur_cpu, vcpu; cur_cpu 172 arch/x86/hyperv/hv_apic.c for_each_cpu(cur_cpu, mask) { cur_cpu 173 arch/x86/hyperv/hv_apic.c vcpu = hv_cpu_number_to_vp_number(cur_cpu); cur_cpu 315 arch/x86/kernel/smpboot.c int topology_phys_to_logical_die(unsigned int die_id, unsigned int cur_cpu) cur_cpu 318 arch/x86/kernel/smpboot.c int proc_id = cpu_data(cur_cpu).phys_proc_id; cur_cpu 2195 arch/x86/platform/uv/tlb_uv.c int cur_cpu; cur_cpu 2218 arch/x86/platform/uv/tlb_uv.c for_each_possible_cpu(cur_cpu) { cur_cpu 2219 arch/x86/platform/uv/tlb_uv.c mask = &per_cpu(uv_flush_tlb_mask, cur_cpu); cur_cpu 2220 arch/x86/platform/uv/tlb_uv.c zalloc_cpumask_var_node(mask, GFP_KERNEL, cpu_to_node(cur_cpu)); cur_cpu 2263 arch/x86/platform/uv/tlb_uv.c for_each_possible_cpu(cur_cpu) cur_cpu 2264 arch/x86/platform/uv/tlb_uv.c free_cpumask_var(per_cpu(uv_flush_tlb_mask, cur_cpu)); cur_cpu 654 drivers/hv/channel_mgmt.c u32 cur_cpu; cur_cpu 712 drivers/hv/channel_mgmt.c cur_cpu = -1; cur_cpu 727 drivers/hv/channel_mgmt.c cur_cpu = cpumask_next(cur_cpu, available_mask); cur_cpu 728 drivers/hv/channel_mgmt.c if (cur_cpu >= nr_cpu_ids) { cur_cpu 729 drivers/hv/channel_mgmt.c cur_cpu = -1; cur_cpu 745 drivers/hv/channel_mgmt.c if (!cpumask_test_cpu(cur_cpu, cur_cpu 747 drivers/hv/channel_mgmt.c cpumask_set_cpu(cur_cpu, cur_cpu 749 drivers/hv/channel_mgmt.c cpumask_set_cpu(cur_cpu, alloced_mask); cur_cpu 753 drivers/hv/channel_mgmt.c cpumask_set_cpu(cur_cpu, alloced_mask); cur_cpu 758 drivers/hv/channel_mgmt.c channel->target_cpu = cur_cpu; cur_cpu 759 drivers/hv/channel_mgmt.c channel->target_vp = hv_cpu_number_to_vp_number(cur_cpu); cur_cpu 70 drivers/hv/connection.c unsigned int cur_cpu; cur_cpu 113 drivers/hv/connection.c cur_cpu = get_cpu(); cur_cpu 114 drivers/hv/connection.c msg->target_vcpu = hv_cpu_number_to_vp_number(cur_cpu); cur_cpu 115 drivers/hv/connection.c vmbus_connection.connect_cpu = cur_cpu; cur_cpu 205 tools/testing/selftests/bpf/progs/pyperf.h int cur_cpu = bpf_get_smp_processor_id(); cur_cpu 222 tools/testing/selftests/bpf/progs/pyperf.h int32_t new_symbol_id = *symbol_counter * 64 + cur_cpu;