Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/x86/include/asm/
H A Dbootparam.h88 struct boot_params { struct
89 struct screen_info screen_info; /* 0x000 */
90 struct apm_bios_info apm_bios_info; /* 0x040 */
91 __u8 _pad2[4]; /* 0x054 */
92 __u64 tboot_addr; /* 0x058 */
93 struct ist_info ist_info; /* 0x060 */
94 __u8 _pad3[16]; /* 0x070 */
95 __u8 hd0_info[16]; /* obsolete! */ /* 0x080 */
96 __u8 hd1_info[16]; /* obsolete! */ /* 0x090 */
97 struct sys_desc_table sys_desc_table; /* 0x0a0 */
[all …]
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Dbootparam.h175 struct boot_params { struct
176 struct screen_info screen_info; /* 0x000 */
177 struct apm_bios_info apm_bios_info; /* 0x040 */
178 __u8 _pad2[4]; /* 0x054 */
179 __u64 tboot_addr; /* 0x058 */
180 struct ist_info ist_info; /* 0x060 */
181 __u64 acpi_rsdp_addr; /* 0x070 */
205 * it into a clean boot_params buffer. If it turns out that argument
212 __u8 sentinel; /* 0x1ef */
213 __u8 _pad6[1]; /* 0x1f0 */
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dx86-stub.c164 static void retrieve_apple_device_properties(struct boot_params *boot_params) in retrieve_apple_device_properties()
216 static void setup_quirks(struct boot_params *boot_params) in setup_quirks()
308 static void setup_graphics(struct boot_params *boot_params) in setup_graphics()
358 struct boot_params *boot_params; in efi_pe_entry() local
607 struct boot_params *boot_params; member
632 static efi_status_t exit_boot(struct boot_params *boot_params, void *handle) in exit_boot()
678 struct boot_params *boot_params) in efi_main()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dboot-common.c32 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
/OK3568_Linux_fs/kernel/arch/x86/xen/
H A Denlighten_pvh.c26 void __init xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
H A Defi.c149 void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
H A Dxen-ops.h126 static inline void __init xen_efi_init(struct boot_params *boot_params) in xen_efi_init()
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dbootparam_utils.h35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
/OK3568_Linux_fs/kernel/arch/x86/platform/pvh/
H A Denlighten.c104 void __init __weak xen_pvh_init(struct boot_params *boot_params) in xen_pvh_init()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dmain.c18 struct boot_params boot_params __attribute__((aligned(16))); variable
/OK3568_Linux_fs/kernel/arch/mips/include/asm/mach-loongson64/
H A Dboot_param.h190 struct boot_params { struct
191 struct efi_loongson efi;
192 struct efi_reset_system_t reset_system;
/OK3568_Linux_fs/kernel/arch/x86/boot/compressed/
H A Dmisc.c45 struct boot_params *boot_params; variable
/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_mgmt.c918 struct rsi_boot_params *boot_params; in rsi_load_bootup_params() local
973 struct rsi_boot_params_9116 *boot_params; in rsi_load_9116_bootup_params() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsetup.c75 struct boot_params boot_params; variable