Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/uapi/asm/
Dbootparam.h114 struct boot_params { struct
115 struct screen_info screen_info; /* 0x000 */
116 struct apm_bios_info apm_bios_info; /* 0x040 */
117 __u8 _pad2[4]; /* 0x054 */
118 __u64 tboot_addr; /* 0x058 */
142 * it into a clean boot_params buffer. If it turns out that argument
149 __u8 sentinel; /* 0x1ef */
150 __u8 _pad6[1]; /* 0x1f0 */
151 struct setup_header hdr; /* setup header */ /* 0x1f1 */
152 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
[all …]
/linux-4.4.14/arch/x86/include/asm/
Dbootparam_utils.h20 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
/linux-4.4.14/arch/x86/boot/
Dmain.c19 struct boot_params boot_params __attribute__((aligned(16))); variable
/linux-4.4.14/arch/x86/boot/compressed/
Dmisc.h79 unsigned char *choose_kernel_location(struct boot_params *boot_params, in choose_kernel_location()
Deboot.c1023 void setup_graphics(struct boot_params *boot_params) in setup_graphics()
1063 struct boot_params *boot_params; in make_boot_params() local
1315 static efi_status_t exit_boot(struct boot_params *boot_params, in exit_boot()
1407 struct boot_params *boot_params) in efi_main()
Daslr.c298 unsigned char *choose_kernel_location(struct boot_params *boot_params, in choose_kernel_location()
/linux-4.4.14/arch/mips/include/asm/mach-loongson64/
Dboot_param.h177 struct boot_params { struct
178 struct efi_loongson efi;
179 struct efi_reset_system_t reset_system;
/linux-4.4.14/drivers/net/wireless/rsi/
Drsi_91x_mgmt.c764 struct rsi_boot_params *boot_params; in rsi_load_bootup_params() local
/linux-4.4.14/arch/x86/kernel/
Dsetup.c146 struct boot_params boot_params; variable