Searched refs:getcpu_t (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_getcpu.c | 19 typedef long (*getcpu_t)(unsigned int *, unsigned int *, void *); 27 getcpu_t get_cpu; in main() 38 get_cpu = (getcpu_t)vdso_sym(version, name[4]); in main() 20 typedef long (*getcpu_t)(unsigned int *, unsigned int *, global() typedef
|
| H A D | vdso_test_correctness.c | 64 typedef long (*getcpu_t)(unsigned *, unsigned *, void *); typedef 66 getcpu_t vgetcpu; 67 getcpu_t vdso_getcpu; 129 vdso_getcpu = (getcpu_t)dlsym(vdso, name[4]); in fill_function_pointers() 133 vgetcpu = (getcpu_t) vsyscall_getcpu(); in fill_function_pointers()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | test_vsyscall.c | 63 typedef long (*getcpu_t)(unsigned *, unsigned *, void *); typedef 64 const getcpu_t vgetcpu = (getcpu_t)VSYS(0xffffffffff600800); 65 getcpu_t vdso_getcpu; 89 vdso_getcpu = (getcpu_t)dlsym(vdso, "__vdso_getcpu"); in init_vdso()
|