Searched refs:sys_getcpu (Results 1 - 17 of 17) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/rseq/ |
H A D | rseq.c | 92 static int sys_getcpu(unsigned *cpu, unsigned *node) in sys_getcpu() function 233 ret = sys_getcpu(&cpu_id, &node_id); in rseq_fallback_current_node() 235 perror("sys_getcpu()"); in rseq_fallback_current_node()
|
/kernel/linux/linux-5.10/tools/testing/selftests/x86/ |
H A D | test_vdso.c | 118 static long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() function 150 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
|
H A D | test_vsyscall.c | 176 static inline long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() function 331 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
|
/kernel/linux/linux-6.6/tools/testing/selftests/vDSO/ |
H A D | vdso_test_correctness.c | 144 static long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() function 181 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
|
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/ |
H A D | rseq_test.c | 240 r = sys_getcpu(&cpu, NULL); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/x86/ |
H A D | test_vsyscall.c | 173 static inline long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() function 328 ret_sys = sys_getcpu(&cpu_sys, &node_sys, 0); in test_getcpu()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | scall-trans-mips64.S | 378 PTR sys_getcpu
|
H A D | scall-trans-i386.S | 426 PTR sys_getcpu /* 318 */
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | unistd32.h | 704 __SYSCALL(__NR_getcpu, sys_getcpu)
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | unistd32.h | 704 __SYSCALL(__NR_getcpu, sys_getcpu)
|
/kernel/linux/linux-5.10/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 508 __SYSCALL(__NR_getcpu, sys_getcpu)
|
/kernel/linux/linux-5.10/include/uapi/asm-generic/ |
H A D | unistd.h | 508 __SYSCALL(__NR_getcpu, sys_getcpu)
|
/kernel/linux/linux-6.6/include/uapi/asm-generic/ |
H A D | unistd.h | 450 __SYSCALL(__NR_getcpu, sys_getcpu)
|
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/ |
H A D | unistd.h | 450 __SYSCALL(__NR_getcpu, sys_getcpu)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/ |
H A D | unistd.h | 382 __SYSCALL(__NR_getcpu, sys_getcpu)
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | syscalls.h | 762 asmlinkage long sys_getcpu(unsigned __user *cpu, unsigned __user *node, struct getcpu_cache __user *cache);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | syscalls.h | 679 asmlinkage long sys_getcpu(unsigned __user *cpu, unsigned __user *node, struct getcpu_cache __user *cache);
|
Completed in 19 milliseconds