Lines Matching defs:vdso_arch_data
49 struct vdso_arch_data { struct
50 __u8 eye_catcher[16]; /* Eyecatcher: SYSTEMCFG:PPC64 0x00 */
51 struct { /* Systemcfg version numbers */
54 } version;
59 __u32 platform; /* Platform flags 0x18 */
60 __u32 processor; /* Processor type 0x1C */
61 __u64 processorCount; /* # of physical processors 0x20 */
62 __u64 physicalMemorySize; /* Size of real memory(B) 0x28 */
63 __u64 tb_orig_stamp; /* (NU) Timebase at boot 0x30 */
64 __u64 tb_ticks_per_sec; /* Timebase tics / sec 0x38 */
65 __u64 tb_to_xs; /* (NU) Inverse of TB to 2^20 0x40 */
66 __u64 stamp_xsec; /* (NU) 0x48 */
67 __u64 tb_update_count; /* (NU) Timebase atomicity ctr 0x50 */
68 __u32 tz_minuteswest; /* (NU) Min. west of Greenwich 0x58 */
69 __u32 tz_dsttime; /* (NU) Type of dst correction 0x5C */
93 struct vdso_arch_data { argument
102 extern struct vdso_arch_data *vdso_data; argument