Home
last modified time | relevance | path

Searched refs:getcpu (Results 1 – 20 of 20) sorted by relevance

/Linux-v4.19/arch/x86/entry/vdso/
Dvdso.lds.S24 getcpu;
Dvgetcpu.c27 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/Linux-v4.19/arch/x86/um/vdso/
Dvdso.lds.S25 getcpu;
Dum_vdso.c70 long getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *tcache)
/Linux-v4.19/arch/powerpc/kernel/vdso64/
DMakefile4 obj-vdso64 = sigtramp.o gettimeofday.o datapage.o cacheflush.o note.o getcpu.o
/Linux-v4.19/arch/powerpc/kernel/vdso32/
DMakefile5 obj-vdso32-$(CONFIG_PPC64) = getcpu.o
/Linux-v4.19/arch/s390/kernel/vdso32/
DMakefile6 obj-vdso32 = gettimeofday.o clock_getres.o clock_gettime.o note.o getcpu.o
/Linux-v4.19/arch/s390/kernel/vdso64/
DMakefile6 obj-vdso64 = gettimeofday.o clock_getres.o clock_gettime.o note.o getcpu.o
/Linux-v4.19/arch/riscv/kernel/vdso/
DMakefile8 vdso-syms += getcpu
/Linux-v4.19/arch/powerpc/include/asm/
Dsystbl.h310 SYSCALL_SPU(getcpu)
/Linux-v4.19/arch/parisc/kernel/
Dsyscall_table.S394 ENTRY_SAME(getcpu)
/Linux-v4.19/arch/s390/kernel/
Dcompat_wrapper.c156 COMPAT_SYSCALL_WRAP3(getcpu, unsigned __user *, cpu, unsigned __user *, node, struct getcpu_cache _…
/Linux-v4.19/arch/x86/entry/syscalls/
Dsyscall_64.tbl320 309 common getcpu __x64_sys_getcpu
Dsyscall_32.tbl332 318 i386 getcpu sys_getcpu __ia32_sys_getcpu
/Linux-v4.19/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl320 309 common getcpu __x64_sys_getcpu
/Linux-v4.19/Documentation/arm64/
Dcpu-feature-registers.txt66 heterogeneous system, this could be racy (just like getcpu()). The
/Linux-v4.19/arch/arm/tools/
Dsyscall.tbl362 345 common getcpu sys_getcpu
/Linux-v4.19/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl321 311 common getcpu sys_getcpu compat_sys_getcpu
/Linux-v4.19/arch/s390/kernel/syscalls/
Dsyscall.tbl321 311 common getcpu sys_getcpu compat_sys_getcpu
/Linux-v4.19/kernel/
Dsys.c2486 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, in SYSCALL_DEFINE3() argument