Home
last modified time | relevance | path

Searched defs:cur_cpu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dpyperf.h165 int cur_cpu; member
182 int cur_cpu = ctx->cur_cpu; in process_frame_callback() local
273 int cur_cpu = bpf_get_smp_processor_id(); local
/openbmc/linux/arch/x86/hyperv/
H A Dhv_apic.c160 int cur_cpu, vcpu, this_cpu = smp_processor_id(); in __send_ipi_mask() local
/openbmc/linux/arch/x86/kernel/
H A Dsmpboot.c356 static int topology_phys_to_logical_die(unsigned int die_id, unsigned int cur_cpu) in topology_phys_to_logical_die()