Home
last modified time | relevance | path

Searched refs:vgetcpu (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_correctness.c66 getcpu_t vgetcpu; variable
133 vgetcpu = (getcpu_t) vsyscall_getcpu(); in fill_function_pointers()
191 if (vgetcpu) in test_getcpu()
192 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu()
/linux/arch/x86/entry/vdso/
H A DMakefile10 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o vgetrandom.o vgetrandom-chacha.o
12 vobjs32-y += vdso32/vclock_gettime.o vdso32/vgetcpu.o
74 CFLAGS_REMOVE_vdso32/vgetcpu.o = -pg
/linux/tools/testing/selftests/x86/
H A Dtest_vsyscall.c64 const getcpu_t vgetcpu = (getcpu_t)VSYS(0xffffffffff600800); variable
246 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu()