Searched defs:boot_params (Results 1 – 9 of 9) sorted by relevance
114 struct boot_params { struct115 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 argument149 __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 …]
20 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
19 struct boot_params boot_params __attribute__((aligned(16))); variable
79 unsigned char *choose_kernel_location(struct boot_params *boot_params, in choose_kernel_location()
1023 void setup_graphics(struct boot_params *boot_params) in setup_graphics()1063 struct boot_params *boot_params; in make_boot_params() local1315 static efi_status_t exit_boot(struct boot_params *boot_params, in exit_boot()1407 struct boot_params *boot_params) in efi_main()
298 unsigned char *choose_kernel_location(struct boot_params *boot_params, in choose_kernel_location()
177 struct boot_params { struct178 struct efi_loongson efi;179 struct efi_reset_system_t reset_system;
764 struct rsi_boot_params *boot_params; in rsi_load_bootup_params() local
146 struct boot_params boot_params; variable