Lines Matching defs:boot_infos
65 typedef struct boot_infos struct
68 __u32 version;
70 __u32 compatible_version;
74 __u8* logicalDisplayBase;
77 __u32 machineID;
80 __u32 architecture;
87 __u32 deviceTreeOffset; /* Device tree offset */
88 __u32 deviceTreeSize; /* Size of the device tree */
91 __u32 dispDeviceRect[4]; /* left,top,right,bottom */
92 __u32 dispDeviceDepth; /* (8, 16 or 32) */
93 __u8* dispDeviceBase; /* base address (physical) */
94 __u32 dispDeviceRowBytes; /* rowbytes (in bytes) */
95 __u32 dispDeviceColorsOffset; /* Colormap (8 bits only) or 0 (*) */
98 __u32 dispDeviceRegEntryOffset;
101 __u32 ramDisk;
125 } boot_infos_t; argument