Home
last modified time | relevance | path

Searched refs:boot_params (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/boot/efi/
Dlinux_x86.c65 struct boot_params { struct
107 typedef void(*handover_f)(void *image, EFI_SYSTEM_TABLE *table, struct boot_params *params) __regpa… argument
109 static void linux_efi_handover(EFI_HANDLE image, struct boot_params *params) { in linux_efi_handover()
129 const struct boot_params *image_params; in linux_exec()
130 struct boot_params *boot_params; in linux_exec() local
141 if (linux_length < sizeof(struct boot_params)) in linux_exec()
144 image_params = (const struct boot_params *) linux_buffer; in linux_exec()
161 boot_params = (struct boot_params *) PHYSICAL_ADDRESS_TO_POINTER(addr); in linux_exec()
162 ZeroMem(boot_params, 0x4000); in linux_exec()
163 boot_params->hdr = image_params->hdr; in linux_exec()
[all …]
/systemd-251/docs/
DRANDOM_SEEDS.md380 part of the `struct boot_params` from the boot loader to the kernel, but