Searched defs:boot_params (Results 1 – 8 of 8) sorted by relevance
152 struct boot_params { struct153 struct screen_info screen_info; /* 0x000 */154 struct apm_bios_info apm_bios_info; /* 0x040 */155 __u8 _pad2[4]; /* 0x054 */156 __u64 tboot_addr; /* 0x058 */157 struct ist_info ist_info; /* 0x060 */181 * it into a clean boot_params buffer. If it turns out that argument188 __u8 sentinel; /* 0x1ef */189 __u8 _pad6[1]; /* 0x1f0 */190 struct setup_header hdr; /* setup header */ /* 0x1f1 */[all …]
195 static void retrieve_apple_device_properties(struct boot_params *boot_params) in retrieve_apple_device_properties()247 static void setup_quirks(struct boot_params *boot_params) in setup_quirks()344 void setup_graphics(struct boot_params *boot_params) in setup_graphics()384 struct boot_params *boot_params; in make_boot_params() local638 struct boot_params *boot_params; member686 static efi_status_t exit_boot(struct boot_params *boot_params, void *handle) in exit_boot()732 efi_main(struct efi_config *c, struct boot_params *boot_params) in efi_main()
47 struct boot_params *boot_params; variable
21 static void sanitize_boot_params(struct boot_params *boot_params) in sanitize_boot_params()
19 struct boot_params boot_params __attribute__((aligned(16))); variable
188 struct boot_params { struct189 struct efi_loongson efi;190 struct efi_reset_system_t reset_system;
139 struct boot_params boot_params; variable
831 struct rsi_boot_params *boot_params; in rsi_load_bootup_params() local