Lines Matching refs:boot_params
57 static int setup_initrd(struct boot_params *params,
69 static int setup_cmdline(struct kimage *image, struct boot_params *params,
103 static int setup_e820_entries(struct boot_params *params)
122 setup_rng_seed(struct boot_params *params, unsigned long params_load_addr,
140 static int setup_efi_info_memmap(struct boot_params *params,
162 prepare_add_efi_setup_data(struct boot_params *params,
186 setup_efi_state(struct boot_params *params, unsigned long params_load_addr,
190 struct efi_info *current_ei = &boot_params.efi_info;
199 params->secure_boot = boot_params.secure_boot;
216 setup_ima_state(const struct kimage *image, struct boot_params *params,
242 static void setup_kho(const struct kimage *image, struct boot_params *params,
269 setup_boot_parameters(struct kimage *image, struct boot_params *params,
279 params->hdr.hardware_subarch = boot_params.hdr.hardware_subarch;
289 params->acpi_rsdp_addr = boot_params.acpi_rsdp_addr;
358 memcpy(params->eddbuf, boot_params.eddbuf,
360 params->eddbuf_entries = boot_params.eddbuf_entries;
362 memcpy(params->edd_mbr_sig_buffer, boot_params.edd_mbr_sig_buffer,
379 header = (struct setup_header *)(buf + offsetof(struct boot_params, hdr));
440 struct boot_params *params;
445 unsigned int setup_hdr_offset = offsetof(struct boot_params, hdr);
521 params_cmdline_sz = sizeof(struct boot_params) + cmdline_len +
600 sizeof(struct boot_params), cmdline, cmdline_len);