Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/include/asm/
H A Dbootparam.h91 struct boot_params { struct
92 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 …]
/openbmc/u-boot/arch/arm/mach-omap2/
H A 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
/openbmc/linux/arch/x86/xen/
Defi.c
/openbmc/linux/arch/x86/include/asm/
Dbootparam_utils.h
/openbmc/linux/arch/mips/include/asm/mach-loongson64/
Dboot_param.h
/openbmc/qemu/hw/mips/
H A Dloongson3_bootp.h198 struct boot_params { struct
199 struct efi_loongson efi;
200 struct efi_reset_system_t reset_system;
/openbmc/linux/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c
/openbmc/qemu/hw/sh4/
H A Dr2d.c233 } boot_params; variable