Lines Matching refs:vdso_data

41 	struct vdso_data data;
44 struct vdso_data *vdso_data = &vdso_data_store.data; variable
58 vdso_data->cycle_count_offset = in get_timer_node_info()
60 vdso_data->cycle_count_down = in get_timer_node_info()
78 vdso_pages + 1, vdso_pages, vdso_start, 1L, vdso_data); in vdso_init()
148 page_colour_ofs = ((unsigned int)vdso_data & aliasing_mask) - in arch_setup_additional_pages()
163 virt_to_phys(vdso_data) >> PAGE_SHIFT, in arch_setup_additional_pages()
197 static void vdso_write_begin(struct vdso_data *vdata) in vdso_write_begin()
199 ++vdso_data->seq_count; in vdso_write_begin()
203 static void vdso_write_end(struct vdso_data *vdata) in vdso_write_end()
206 ++vdso_data->seq_count; in vdso_write_end()
211 vdso_write_begin(vdso_data); in update_vsyscall()
212 vdso_data->cs_mask = tk->tkr_mono.mask; in update_vsyscall()
213 vdso_data->cs_mult = tk->tkr_mono.mult; in update_vsyscall()
214 vdso_data->cs_shift = tk->tkr_mono.shift; in update_vsyscall()
215 vdso_data->cs_cycle_last = tk->tkr_mono.cycle_last; in update_vsyscall()
216 vdso_data->wtm_clock_sec = tk->wall_to_monotonic.tv_sec; in update_vsyscall()
217 vdso_data->wtm_clock_nsec = tk->wall_to_monotonic.tv_nsec; in update_vsyscall()
218 vdso_data->xtime_clock_sec = tk->xtime_sec; in update_vsyscall()
219 vdso_data->xtime_clock_nsec = tk->tkr_mono.xtime_nsec; in update_vsyscall()
220 vdso_data->xtime_coarse_sec = tk->xtime_sec; in update_vsyscall()
221 vdso_data->xtime_coarse_nsec = tk->tkr_mono.xtime_nsec >> in update_vsyscall()
223 vdso_data->hrtimer_res = hrtimer_resolution; in update_vsyscall()
224 vdso_write_end(vdso_data); in update_vsyscall()
229 vdso_data->tz_minuteswest = sys_tz.tz_minuteswest; in update_vsyscall_tz()
230 vdso_data->tz_dsttime = sys_tz.tz_dsttime; in update_vsyscall_tz()