Home
last modified time | relevance | path

Searched defs:boot_params (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/uapi/asm-x86/asm/
Dbootparam.h152 struct boot_params { struct
153 struct screen_info screen_info; /* 0x000 */
154 struct apm_bios_info apm_bios_info; /* 0x040 */
155 __u8 _pad2[4]; /* 0x054 */
156 __u64 tboot_addr; /* 0x058 */
157 struct ist_info ist_info; /* 0x060 */
158 __u64 acpi_rsdp_addr; /* 0x070 */
182 * it into a clean boot_params buffer. If it turns out that argument
189 __u8 sentinel; /* 0x1ef */
190 __u8 _pad6[1]; /* 0x1f0 */
[all …]
/external/u-boot/arch/x86/include/asm/
Dbootparam.h92 struct boot_params { struct
93 struct screen_info screen_info; /* 0x000 */
94 struct apm_bios_info apm_bios_info; /* 0x040 */
95 __u8 _pad2[4]; /* 0x054 */
96 __u64 tboot_addr; /* 0x058 */
97 struct ist_info ist_info; /* 0x060 */
98 __u8 _pad3[16]; /* 0x070 */
99 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */
100 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */
101 struct sys_desc_table sys_desc_table; /* 0x0a0 */
[all …]
/external/u-boot/arch/arm/mach-omap2/
Dboot-common.c31 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in save_omap_boot_params() local
225 u32 boot_params = *((u32 *)OMAP_SRAM_SCRATCH_BOOT_PARAMS); in jump_to_image_no_args() local