Home
last modified time | relevance | path

Searched refs:sys_getcpu (Results 1 – 10 of 10) sorted by relevance

/tools/testing/selftests/rseq/
Drseq.c85 static int sys_getcpu(unsigned *cpu, unsigned *node) in sys_getcpu() function
291 ret = sys_getcpu(&cpu_id, &node_id); in rseq_fallback_current_node()
/tools/testing/selftests/kvm/
Drseq_test.c270 r = sys_getcpu(&cpu, NULL); in main()
/tools/testing/selftests/vDSO/
Dvdso_test_correctness.c151 static long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() function
188 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
/tools/testing/selftests/x86/
Dtest_vsyscall.c105 static inline long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() function
242 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl321 311 common getcpu sys_getcpu sys_getcpu
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl282 271 n64 getcpu sys_getcpu
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl321 309 common getcpu sys_getcpu
Dsyscall_32.tbl333 318 i386 getcpu sys_getcpu
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl393 302 common getcpu sys_getcpu
/tools/include/uapi/asm-generic/
Dunistd.h450 __SYSCALL(__NR_getcpu, sys_getcpu)