Searched refs:getcpu_t (Results 1 – 3 of 3) sorted by relevance
21 typedef long (*getcpu_t)(unsigned int *, unsigned int *, typedef28 getcpu_t get_cpu; in main()39 get_cpu = (getcpu_t)vdso_sym(version, name); in main()
43 typedef long (*getcpu_t)(unsigned *, unsigned *, void *); typedef45 getcpu_t vgetcpu;46 getcpu_t vdso_getcpu;102 vdso_getcpu = (getcpu_t)dlsym(vdso, "__vdso_getcpu"); in fill_function_pointers()106 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()