Searched refs:getcpu_t (Results 1 – 3 of 3) sorted by relevance
25 typedef long (*getcpu_t)(unsigned int *, unsigned int *, typedef32 getcpu_t get_cpu; in main()43 get_cpu = (getcpu_t)vdso_sym(version, name); in main()
63 typedef long (*getcpu_t)(unsigned *, unsigned *, void *); typedef65 getcpu_t vgetcpu;66 getcpu_t vdso_getcpu;122 vdso_getcpu = (getcpu_t)dlsym(vdso, name[4]); in fill_function_pointers()126 vgetcpu = (getcpu_t) vsyscall_getcpu(); in fill_function_pointers()
68 typedef long (*getcpu_t)(unsigned *, unsigned *, void *); typedef69 const getcpu_t vgetcpu = (getcpu_t)VSYS(0xffffffffff600800);70 getcpu_t vdso_getcpu;94 vdso_getcpu = (getcpu_t)dlsym(vdso, "__vdso_getcpu"); in init_vdso()