Searched defs:boot_params (Results 1 – 4 of 4) sorted by relevance
96 struct boot_params { struct97 struct screen_info screen_info; /* 0x000 */98 struct apm_bios_info apm_bios_info; /* 0x040 */99 __u8 _pad2[4]; /* 0x054 */100 __u64 tboot_addr; /* 0x058 */101 struct ist_info ist_info; /* 0x060 */102 __u8 _pad3[16]; /* 0x070 */103 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */104 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */105 struct sys_desc_table sys_desc_table; /* 0x0a0 */[all …]
18 struct boot_params boot_params __attribute__((aligned(16))); variable
447 void setup_graphics(struct boot_params *boot_params) in setup_graphics()693 static efi_status_t make_boot_params(struct boot_params *boot_params, in make_boot_params()881 struct boot_params *boot_params; in efi_main() local
147 struct boot_params __initdata boot_params; variable149 struct boot_params boot_params; variable