Lines Matching refs:boot_params

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