Lines Matching defs:vdso_data
52 struct vdso_data { struct
53 __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 */
68 __u64 tb_to_xs; /* Inverse of TB to 2^20 0x40 */
69 __u64 stamp_xsec; /* 0x48 */
70 __u64 tb_update_count; /* Timebase atomicity ctr 0x50 */
71 __u32 tz_minuteswest; /* Minutes west of Greenwich 0x58 */
72 __u32 tz_dsttime; /* Type of dst correction 0x5C */
73 __u32 dcache_size; /* L1 d-cache size 0x60 */
74 __u32 dcache_line_size; /* L1 d-cache line size 0x64 */
98 struct vdso_data { argument
119 extern struct vdso_data *vdso_data; argument