Searched refs:vdso_info (Results 1 – 3 of 3) sorted by relevance
27 struct vdso_info { struct31 static struct vdso_info *vdso_info__new(void) in vdso_info__new() argument33 static const struct vdso_info vdso_info_init = { in vdso_info__new()113 struct vdso_info *vdso_info = machine->vdso_info; in vdso__exit() local115 if (!vdso_info) in vdso__exit()118 if (vdso_info->vdso.found) in vdso__exit()119 unlink(vdso_info->vdso.temp_file_name); in vdso__exit()121 zfree(&machine->vdso_info); in vdso__exit()141 struct vdso_info *vdso_info; in vdso__dso_findnew() local144 if (!machine->vdso_info) in vdso__dso_findnew()[all …]
24 struct vdso_info;35 struct vdso_info *vdso_info; member
33 machine->vdso_info = NULL; in machine__init()