Home
last modified time | relevance | path

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

/arch/x86/include/uapi/asm/
Dbootparam.h113 struct boot_params { struct
114 struct screen_info screen_info; /* 0x000 */
115 struct apm_bios_info apm_bios_info; /* 0x040 */
116 __u8 _pad2[4]; /* 0x054 */
117 __u64 tboot_addr; /* 0x058 */
141 * it into a clean boot_params buffer. If it turns out that argument
148 __u8 sentinel; /* 0x1ef */
149 __u8 _pad6[1]; /* 0x1f0 */
150 struct setup_header hdr; /* setup header */ /* 0x1f1 */
151 __u8 _pad7[0x290-0x1f1-sizeof(struct setup_header)];
[all …]
/arch/x86/include/asm/
Dbootparam_utils.h20 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-loongson/
Dboot_param.h142 struct boot_params { struct
143 struct efi_loongson efi;
144 struct efi_reset_system_t reset_system;
/arch/x86/boot/compressed/
Deboot.c1004 void setup_graphics(struct boot_params *boot_params) in setup_graphics()
1044 struct boot_params *boot_params; in make_boot_params() local
1296 static efi_status_t exit_boot(struct boot_params *boot_params, in exit_boot()
1388 struct boot_params *boot_params) in efi_main()
/arch/x86/kernel/
Dsetup.c144 struct boot_params boot_params; variable