Home
last modified time | relevance | path

Searched refs:bind_to_cpu (Results 1 – 13 of 13) sorted by relevance

/openbmc/linux/drivers/xen/events/
H A Devents_internal.h18 void (*bind_to_cpu)(evtchn_port_t evtchn, unsigned int cpu, member
67 evtchn_ops->bind_to_cpu(evtchn, cpu, old_cpu); in xen_evtchn_port_bind_to_cpu()
H A Devents_2l.c369 .bind_to_cpu = evtchn_2l_bind_to_cpu,
H A Devents_fifo.c416 .bind_to_cpu = evtchn_fifo_bind_to_cpu,
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/
H A Dcpu_event_vs_ebb_test.c46 cpu = bind_to_cpu(BIND_CPU_ANY); in cpu_event_vs_ebb()
H A Debb_vs_cpu_event_test.c46 cpu = bind_to_cpu(BIND_CPU_ANY); in ebb_vs_cpu_event()
H A Dmulti_ebb_procs_test.c82 FAIL_IF(bind_to_cpu(BIND_CPU_ANY) < 0); in multi_ebb_procs()
H A Dcpu_event_pinned_vs_ebb_test.c48 cpu = bind_to_cpu(BIND_CPU_ANY); in cpu_event_pinned_vs_ebb()
/openbmc/linux/tools/testing/selftests/powerpc/pmu/
H A Dlib.c109 FAIL_IF(bind_to_cpu(BIND_CPU_ANY) < 0); in eat_cpu()
/openbmc/linux/tools/testing/selftests/powerpc/dscr/
H A Ddscr_explicit_test.c67 FAIL_IF(bind_to_cpu(BIND_CPU_ANY) < 0); in dscr_explicit_lockstep_test()
H A Ddscr_default_test.c51 FAIL_IF(bind_to_cpu(BIND_CPU_ANY) < 0); in dscr_default_lockstep_test()
/openbmc/linux/tools/testing/selftests/powerpc/include/
H A Dutils.h44 int bind_to_cpu(int cpu);
/openbmc/linux/tools/testing/selftests/powerpc/
H A Dutils.c455 int bind_to_cpu(int cpu) in bind_to_cpu() function
/openbmc/linux/tools/perf/bench/
H A Dnuma.c270 static cpu_set_t *bind_to_cpu(int target_cpu) in bind_to_cpu() function
1294 orig_mask = bind_to_cpu(target_cpu); in worker_thread()