Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/x86/
Dtest_vdso.c45 getcpu_t vgetcpu; variable
106 vgetcpu = (getcpu_t) vsyscall_getcpu(); in fill_function_pointers()
153 if (vgetcpu) in test_getcpu()
154 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu()
Dtest_vsyscall.c67 const getcpu_t vgetcpu = (getcpu_t)VSYS(0xffffffffff600800); variable
333 ret_vsys = vgetcpu(&cpu_vsys, &node_vsys, 0); in test_getcpu()
/Linux-v5.4/arch/x86/entry/vdso/
DMakefile26 vobjs-y := vdso-note.o vclock_gettime.o vgetcpu.o