Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/entry/vdso/
H A 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)
/OK3568_Linux_fs/kernel/tools/testing/selftests/vDSO/
H A Dvdso_test_getcpu.c20 struct getcpu_cache;
22 struct getcpu_cache *);
/OK3568_Linux_fs/kernel/arch/x86/um/vdso/
H A 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)
/OK3568_Linux_fs/kernel/include/linux/
H A Dgetcpu.h15 struct getcpu_cache { struct
H A Dsyscalls.h61 struct getcpu_cache;
761 asmlinkage long sys_getcpu(unsigned __user *cpu, unsigned __user *node, struct getcpu_cache __user …
/OK3568_Linux_fs/kernel/kernel/
H A Dsys.c2705 struct getcpu_cache __user *, unused) in SYSCALL_DEFINE3()