Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/arch/s390/kernel/vdso64/
Dvdso.h7 struct getcpu_cache;
9 int __s390_vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused);
Dgetcpu.c9 int __s390_vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused) in __s390_vdso_getcpu()
/Linux-v5.15/tools/testing/selftests/vDSO/
Dvdso_test_getcpu.c20 struct getcpu_cache;
22 struct getcpu_cache *);
/Linux-v5.15/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.15/include/linux/
Dgetcpu.h15 struct getcpu_cache { struct
Dsyscalls.h61 struct getcpu_cache;
771 asmlinkage long sys_getcpu(unsigned __user *cpu, unsigned __user *node, struct getcpu_cache __user …
/Linux-v5.15/kernel/
Dsys.c2541 struct getcpu_cache __user *, unused) in SYSCALL_DEFINE3()