Home
last modified time | relevance | path

Searched refs:getcpu_cache (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/arch/x86/entry/vdso/
Dvgetcpu.c14 __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused) in __vdso_getcpu()
21 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/Linux-v5.10/tools/testing/selftests/vDSO/
Dvdso_test_getcpu.c20 struct getcpu_cache;
22 struct getcpu_cache *);
/Linux-v5.10/arch/x86/um/vdso/
Dum_vdso.c53 __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused) in __vdso_getcpu()
67 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/Linux-v5.10/include/linux/
Dgetcpu.h15 struct getcpu_cache { struct
Dsyscalls.h61 struct getcpu_cache;
737 asmlinkage long sys_getcpu(unsigned __user *cpu, unsigned __user *node, struct getcpu_cache __user …
/Linux-v5.10/kernel/
Dsys.c2541 struct getcpu_cache __user *, unused) in SYSCALL_DEFINE3()