Searched refs:boot_params (Results 1 – 2 of 2) sorted by relevance
65 struct boot_params { struct107 typedef void(*handover_f)(void *image, EFI_SYSTEM_TABLE *table, struct boot_params *params) __regpa… argument109 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() local141 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 …]
380 part of the `struct boot_params` from the boot loader to the kernel, but