Lines Matching defs:boot_infos
66 typedef struct boot_infos struct
69 __u32 version;
71 __u32 compatible_version;
75 __u8* logicalDisplayBase;
78 __u32 machineID;
81 __u32 architecture;
88 __u32 deviceTreeOffset; /* Device tree offset */
89 __u32 deviceTreeSize; /* Size of the device tree */
92 __u32 dispDeviceRect[4]; /* left,top,right,bottom */
93 __u32 dispDeviceDepth; /* (8, 16 or 32) */
94 __u8* dispDeviceBase; /* base address (physical) */
95 __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */
96 __u32 dispDeviceColorsOffset; /* Colormap (8 bits only) or 0 (*) */
99 __u32 dispDeviceRegEntryOffset;
102 __u32 ramDisk;
126 } boot_infos_t; argument