Searched defs:boot_params (Results 1 – 4 of 4) sorted by relevance
84 struct boot_params { struct85 struct screen_info screen_info; /* 0x000 */86 struct apm_bios_info apm_bios_info; /* 0x040 */87 __u8 _pad2[12]; /* 0x054 */88 struct ist_info ist_info; /* 0x060 */89 __u8 _pad3[16]; /* 0x070 */90 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */91 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */92 struct sys_desc_table sys_desc_table; /* 0x0a0 */93 __u8 _pad4[144]; /* 0x0b0 */[all …]
17 struct boot_params boot_params __attribute__((aligned(16))); variable
28 unsigned long boot_params; /* tagged list */ member
116 struct boot_params __initdata boot_params; variable118 struct boot_params boot_params; variable