Searched defs:boot_params (Results 1 – 8 of 8) sorted by relevance
91 struct boot_params { struct92 struct screen_info screen_info; /* 0x000 */93 struct apm_bios_info apm_bios_info; /* 0x040 */94 __u8 _pad2[4]; /* 0x054 */95 __u64 tboot_addr; /* 0x058 */96 struct ist_info ist_info; /* 0x060 */97 __u8 _pad3[16]; /* 0x070 */98 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */99 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */100 struct sys_desc_table sys_desc_table; /* 0x0a0 */[all …]
31 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in save_omap_boot_params() local225 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in jump_to_image_no_args() local
198 struct boot_params { struct199 struct efi_loongson efi;200 struct efi_reset_system_t reset_system;
233 } boot_params; variable