Searched refs:getcpu_cache (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dgetcpu.h15 struct getcpu_cache { struct
H A Dsyscalls.h62 struct getcpu_cache;
697 asmlinkage long sys_getcpu(unsigned __user *cpu, unsigned __user *node, struct getcpu_cache __user *cache);
/linux-master/arch/x86/include/asm/vdso/
H A Dprocessor.h21 struct getcpu_cache;
23 notrace long __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused);
/linux-master/arch/s390/kernel/vdso64/
H A Dvdso.h7 struct getcpu_cache;
9 int __s390_vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused);
H A Dgetcpu.c9 int __s390_vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused)
/linux-master/arch/x86/entry/vdso/
H A Dvgetcpu.c14 __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused)
21 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/linux-master/arch/loongarch/vdso/
H A Dvgetcpu.c28 int __vdso_getcpu(unsigned int *cpu, unsigned int *node, struct getcpu_cache *unused);
29 int __vdso_getcpu(unsigned int *cpu, unsigned int *node, struct getcpu_cache *unused)
/linux-master/tools/testing/selftests/vDSO/
H A Dvdso_test_getcpu.c24 struct getcpu_cache;
26 struct getcpu_cache *);
/linux-master/arch/x86/um/vdso/
H A Dum_vdso.c57 __vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused)
71 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/linux-master/kernel/
H A Dsys.c2771 struct getcpu_cache __user *, unused)

Completed in 134 milliseconds