Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dbootparam.h130 struct boot_params { struct
131 struct screen_info screen_info; /* 0x000 */
132 struct apm_bios_info apm_bios_info; /* 0x040 */
133 __u8 _pad2[4]; /* 0x054 */
134 __u64 tboot_addr; /* 0x058 */
135 struct ist_info ist_info; /* 0x060 */
159 * it into a clean boot_params buffer. If it turns out that argument
166 __u8 sentinel; /* 0x1ef */
167 __u8 _pad6[1]; /* 0x1f0 */
168 struct setup_header hdr; /* setup header */ /* 0x1f1 */
[all …]
/arch/x86/boot/compressed/
Deboot.c375 static void retrieve_apple_device_properties(struct boot_params *boot_params) in retrieve_apple_device_properties()
426 static void setup_quirks(struct boot_params *boot_params) in setup_quirks()
581 void setup_graphics(struct boot_params *boot_params) in setup_graphics()
621 struct boot_params *boot_params; in make_boot_params() local
872 struct boot_params *boot_params; member
920 static efi_status_t exit_boot(struct boot_params *boot_params, in exit_boot()
967 struct boot_params *boot_params) in efi_main()
Dmisc.c47 struct boot_params *boot_params; variable
/arch/x86/include/asm/
Dbootparam_utils.h35 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
/arch/x86/boot/
Dmain.c19 struct boot_params boot_params __attribute__((aligned(16))); variable
/arch/mips/include/asm/mach-loongson64/
Dboot_param.h188 struct boot_params { struct
189 struct efi_loongson efi;
190 struct efi_reset_system_t reset_system;
/arch/x86/kernel/
Dsetup.c151 struct boot_params boot_params; variable