Searched defs:vdso_data (Results 1 – 13 of 13) sorted by relevance
52 struct vdso_data { struct53 __u8 eye_catcher[16]; /* Eyecatcher: SYSTEMCFG:PPC64 0x00 */54 struct { /* Systemcfg version numbers */57 } version;62 __u32 platform; /* Platform flags 0x18 */63 __u32 processor; /* Processor type 0x1C */64 __u64 processorCount; /* # of physical processors 0x20 */65 __u64 physicalMemorySize; /* Size of real memory(B) 0x28 */66 __u64 tb_orig_stamp; /* Timebase at boot 0x30 */67 __u64 tb_ticks_per_sec; /* Timebase tics / sec 0x38 */[all …]
23 struct vdso_data { struct24 __u64 cs_cycle_last; /* Timebase at clocksource init */25 __u64 raw_time_sec; /* Raw time */26 __u64 raw_time_nsec;27 __u64 xtime_clock_sec; /* Kernel time */28 __u64 xtime_clock_nsec;29 __u64 xtime_coarse_sec; /* Coarse time */30 __u64 xtime_coarse_nsec;31 __u64 wtm_clock_sec; /* Wall to monotonic time */32 __u64 wtm_clock_nsec;[all …]
11 struct vdso_data { struct12 bool cycle_count_down; /* timer cyclye counter is decrease with time */13 u32 cycle_count_offset; /* offset of timer cycle counter register */14 u32 seq_count; /* sequence count - odd during updates */15 u32 xtime_coarse_sec; /* coarse time */16 u32 xtime_coarse_nsec;18 u32 wtm_clock_sec; /* wall to monotonic offset */19 u32 wtm_clock_nsec;20 u32 xtime_clock_sec; /* CLOCK_REALTIME - seconds */21 u32 cs_mult; /* clocksource multiplier */[all …]
21 struct vdso_data { struct22 __u64 tb_update_count; /* Timebase atomicity ctr 0x00 */23 __u64 xtime_tod_stamp; /* TOD clock for xtime 0x08 */24 __u64 xtime_clock_sec; /* Kernel time 0x10 */48 extern struct vdso_data *vdso_data; argument
31 struct vdso_data { struct52 struct vdso_data data; argument
24 struct vdso_data { struct
28 vdso_data .req x6 label
39 struct vdso_data *vdso_data = &vdso_data_store.data; variable
50 struct vdso_data *vdso_data = &vdso_data_store.data; variable
44 struct vdso_data *vdso_data = &vdso_data_store.data; variable
125 struct vdso_data *vdso_data = &vdso_data_store.data; variable
51 static struct vdso_data *vdso_data = &vdso_data_store.data; variable
81 struct vdso_data *vdso_data = &vdso_data_store.data; variable