Searched refs:getcpu_t (Results 1 – 3 of 3) sorted by relevance
20 typedef long (*getcpu_t)(unsigned int *, unsigned int *, typedef29 getcpu_t get_cpu; in main()40 get_cpu = (getcpu_t)vdso_sym(version, name[4]); in main()
64 typedef long (*getcpu_t)(unsigned *, unsigned *, void *); typedef66 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()
63 typedef long (*getcpu_t)(unsigned *, unsigned *, void *); typedef64 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()